Remove WITH_VERSION_INFO, version info by default

This commit is contained in:
latot
2015-10-22 21:21:47 -03:00
parent 264ba550b7
commit 47b0f83aed
11 changed files with 22 additions and 55 deletions
-5
View File
@@ -69,10 +69,7 @@
#include "SpecialFiles.h"
#include "Profile.h"
#include "ActorUtil.h"
#ifdef HAVE_VERSION_INFO
#include "ver.h"
#endif
#if defined(WIN32)
#include <windows.h>
@@ -923,9 +920,7 @@ static void WriteLogHeader()
{
LOG->Info("%s%s", PRODUCT_FAMILY, product_version);
#if defined(HAVE_VERSION_INFO)
LOG->Info( "Compiled %s @ %s (build %s)", version_date, version_time, ::sm_version_git_hash);
#endif
time_t cur_time;
time(&cur_time);