From 179183f4140d94e899a4d3dbb5f54b803c016eef Mon Sep 17 00:00:00 2001 From: Florian Rival Date: Wed, 2 Nov 2016 23:11:29 +0100 Subject: [PATCH] Bump version --- Core/GDCore/Tools/Version.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Core/GDCore/Tools/Version.h b/Core/GDCore/Tools/Version.h index 4e6fe1305cd6..9327aab75293 100644 --- a/Core/GDCore/Tools/Version.h +++ b/Core/GDCore/Tools/Version.h @@ -4,8 +4,8 @@ namespace AutoVersion{ //Date Version Types - static const char GDCore_DATE[] = "15"; - static const char GDCore_MONTH[] = "10"; + static const char GDCore_DATE[] = "02"; + static const char GDCore_MONTH[] = "11"; static const char GDCore_YEAR[] = "2016"; //Software Status @@ -15,12 +15,12 @@ namespace AutoVersion{ //Standard Version Type static const long GDCore_MAJOR = 4; static const long GDCore_MINOR = 0; - static const long GDCore_BUILD = 93; + static const long GDCore_BUILD = 94; static const long GDCore_REVISION = 0; //Miscellaneous Version Types - #define GDCore_RC_FILEVERSION 4,0,93,0 - #define GDCore_RC_FILEVERSION_STRING "4, 0, 93, 0\0" - static const char GDCore_FULLVERSION_STRING[] = "4.0.93.0"; + #define GDCore_RC_FILEVERSION 4,0,94,0 + #define GDCore_RC_FILEVERSION_STRING "4, 0, 94, 0\0" + static const char GDCore_FULLVERSION_STRING[] = "4.0.94.0"; } #endif //GDCORE_VERSION_H