Skip to content

Commit

Permalink
- this is version 3.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jul 29, 2018
1 parent a516210 commit 7dd92fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ const char *GetVersionString();
#ifdef GIT_DESCRIPTION
#define VERSIONSTR GIT_DESCRIPTION
#else
#define VERSIONSTR "3.5pre"
#define VERSIONSTR "g3.5.0"
#endif

// The version as seen in the Windows resource
#define RC_FILEVERSION 3,4,9999,0
#define RC_PRODUCTVERSION 3,4,9999,0
#define RC_FILEVERSION 3,5,0,0
#define RC_PRODUCTVERSION 3,5,00
#define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning. The current state is '3.3'.
// These are for content versioning.
#define VER_MAJOR 3
#define VER_MINOR 4
#define VER_MINOR 5
#define VER_REVISION 0

// Version identifier for network games.
Expand Down

0 comments on commit 7dd92fb

Please sign in to comment.