Program version is now in a const from a generated file, not a static macro. Plus all the mess I had to make to get that to work.

This commit is contained in:
Ben "root" Anderson
2015-01-28 19:21:24 -06:00
parent 0d394e269d
commit 7a33b8a44a
8 changed files with 29 additions and 57 deletions
+1 -1
View File
@@ -914,7 +914,7 @@ static void MountTreeOfZips( const RString &dir )
static void WriteLogHeader()
{
LOG->Info( PRODUCT_ID_VER );
LOG->Info( RString(PRODUCT_FAMILY) + product_version );
#if defined(HAVE_VERSION_INFO)
LOG->Info( "Compiled %s @ %s (build %lu)", version_date, version_time, version_num );