Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
4ian committed Apr 20, 2015
1 parent f371ca2 commit cc07b13
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[] = "3";
static const char GDCore_DATE[] = "20";
static const char GDCore_MONTH[] = "04";
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 = 79;
static const long GDCore_BUILD = 80;
static const long GDCore_REVISION = 0;

//Miscellaneous Version Types
#define GDCore_RC_FILEVERSION 3,6,79,0
#define GDCore_RC_FILEVERSION_STRING "3, 6, 79, 0\0"
static const char GDCore_FULLVERSION_STRING[] = "3.6.79.0";
#define GDCore_RC_FILEVERSION 3,6,80,0
#define GDCore_RC_FILEVERSION_STRING "3, 6, 80, 0\0"
static const char GDCore_FULLVERSION_STRING[] = "3.6.80.0";
}
#endif //GDCORE_VERSION_H

0 comments on commit cc07b13

Please sign in to comment.