Remove WITH_VERSION_INFO, version info by default
This commit is contained in:
@@ -88,10 +88,7 @@ static void Version()
|
||||
{
|
||||
#if defined(WIN32)
|
||||
RString sProductID = ssprintf("%s", (string(PRODUCT_FAMILY) + product_version).c_str() );
|
||||
RString sVersion = "(StepMania was built without HAVE_VERSION_INFO)";
|
||||
#if defined(HAVE_VERSION_INFO)
|
||||
sVersion = ssprintf("build %s\nCompile Date: %s @ %s", ::sm_version_git_hash, version_date, version_time);
|
||||
#endif // HAVE_VERSION_INFO
|
||||
RString sVersion = ssprintf("build %s\nCompile Date: %s @ %s", ::sm_version_git_hash, version_date, version_time);
|
||||
|
||||
AllocConsole();
|
||||
freopen("CONOUT$","wb", stdout);
|
||||
|
||||
Reference in New Issue
Block a user