Skip to content

Commit

Permalink
- g3.7pre
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachael Alexanderson committed Oct 10, 2018
1 parent 0dc7f6b commit ec7e855
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/version.h
Expand Up @@ -48,16 +48,16 @@ const char *GetVersionString();
#ifdef GIT_DESCRIPTION
#define VERSIONSTR GIT_DESCRIPTION
#else
#define VERSIONSTR "3.6pre"
#define VERSIONSTR "3.7pre"
#endif

// The version as seen in the Windows resource
#define RC_FILEVERSION 3,5,9999,0
#define RC_PRODUCTVERSION 3,5,9999,0
#define RC_FILEVERSION 3,6,9999,0
#define RC_PRODUCTVERSION 3,6,9999,0
#define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning.
#define VER_MAJOR 3
#define VER_MINOR 6
#define VER_MINOR 7
#define VER_REVISION 0

// Version identifier for network games.
Expand Down

0 comments on commit ec7e855

Please sign in to comment.