Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
4ian committed Jul 14, 2015
1 parent 3666928 commit 3b03aaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Core/GDCore/Tools/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand All @@ -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

0 comments on commit 3b03aaa

Please sign in to comment.