diff --git a/src/version.h b/src/version.h index c806944a1f9..09a08d068ac 100644 --- a/src/version.h +++ b/src/version.h @@ -52,12 +52,12 @@ const char *GetVersionString(); #endif // The version as seen in the Windows resource -#define RC_FILEVERSION 2,4,9999,0 -#define RC_PRODUCTVERSION 2,4,9999,0 +#define RC_FILEVERSION 3,1,0,0 +#define RC_PRODUCTVERSION 3,1,0,0 #define RC_PRODUCTVERSION2 VERSIONSTR -// These are for content versioning. The current state is '2.4'. -#define VER_MAJOR 2 -#define VER_MINOR 5 +// These are for content versioning. +#define VER_MAJOR 3 +#define VER_MINOR 1 #define VER_REVISION 0 // Version identifier for network games.