Use version text from configure script, so we only have to change it in one spot.

This commit is contained in:
Brian Cox 2016-06-09 21:49:00 -07:00
parent e42921d04a
commit 7d304be407
1 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@
# define DEBUG_STR _T("")
#endif
#define TSS_PRODUCT_NAME _T("Open Source Tripwire(R) 2.4.3.2.")
#define TSS_PRODUCT_NAME _T("Open Source Tripwire(R) " PACKAGE_VERSION ".")
#define TSS_COPYRIGHT_NOTICE \
_T("Open Source Tripwire 2.4 Portions copyright 2000 Tripwire, Inc. Tripwire is a registered\n\
@ -158,7 +158,7 @@ TSS_BeginStringtable( cTW )
TSS_StringEntry( tw::STR_WRITE_REPORT_FILE, _T("Wrote report file: ") ),
TSS_StringEntry( tw::STR_WRITE_CONFIG_FILE, _T("Wrote configuration file: ") ),
TSS_StringEntry( tw::STR_REPORT_TITLE, _T("Open Source Tripwire(R) 2.4.3.2 Integrity Check Report") ),
TSS_StringEntry( tw::STR_REPORT_TITLE, _T("Open Source Tripwire(R) " PACKAGE_VERSION " Integrity Check Report") ),
TSS_StringEntry( tw::STR_R_GENERATED_BY, _T("Report generated by: ") ),
TSS_StringEntry( tw::STR_R_CREATED_ON, _T("Report created on: ") ),
TSS_StringEntry( tw::STR_DB_CREATED_ON, _T("Database generated on: ") ),
@ -219,7 +219,7 @@ TSS_BeginStringtable( cTW )
TSS_StringEntry( tw::STR_REMOVED_SHORT, _T("R") ),
TSS_StringEntry( tw::STR_CHANGED_SHORT, _T("C") ),
TSS_StringEntry( tw::STR_DBPRINT_TITLE, _T("Open Source Tripwire(R) 2.4.3.2 Database") ),
TSS_StringEntry( tw::STR_DBPRINT_TITLE, _T("Open Source Tripwire(R) " PACKAGE_VERSION " Database") ),
TSS_StringEntry( tw::STR_DB_GENERATED_BY, _T("Database generated by: ") ),
TSS_StringEntry( tw::STR_TOTAL_NUM_FILES, _T("Total number of objects: ") ),
TSS_StringEntry( tw::STR_END_OF_DB, _T("*** End of database ***") ),