mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Version bump
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user