Version bump

This commit is contained in:
Florian Rival
2015-07-14 22:00:54 +12:00
parent 3666928c3a
commit 3b03aaac32

View File

@@ -4,7 +4,7 @@
namespace AutoVersion{
//Date Version Types
static const char GDCore_DATE[] = "12";
static const char GDCore_DATE[] = "14";
static const char GDCore_MONTH[] = "07";
static const char GDCore_YEAR[] = "2015";
@@ -15,12 +15,12 @@ namespace AutoVersion{
//Standard Version Type
static const long GDCore_MAJOR = 3;
static const long GDCore_MINOR = 6;
static const long GDCore_BUILD = 82;
static const long GDCore_BUILD = 83;
static const long GDCore_REVISION = 0;
//Miscellaneous Version Types
#define GDCore_RC_FILEVERSION 3,6,82,0
#define GDCore_RC_FILEVERSION_STRING "3, 6, 82, 0\0"
static const char GDCore_FULLVERSION_STRING[] = "3.6.82.0";
#define GDCore_RC_FILEVERSION 3,6,83,0
#define GDCore_RC_FILEVERSION_STRING "3, 6, 83, 0\0"
static const char GDCore_FULLVERSION_STRING[] = "3.6.83.0";
}
#endif //GDCORE_VERSION_H