mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42:08 +00:00
- bump for 3.3pre
This commit is contained in:
parent
65966badb2
commit
44373b414f
2 changed files with 7 additions and 7 deletions
|
@ -48,22 +48,22 @@ const char *GetVersionString();
|
|||
#ifdef GIT_DESCRIPTION
|
||||
#define VERSIONSTR GIT_DESCRIPTION
|
||||
#else
|
||||
#define VERSIONSTR "3.2pre"
|
||||
#define VERSIONSTR "3.3pre"
|
||||
#endif
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 3,1,9999,0
|
||||
#define RC_PRODUCTVERSION 3,1,9999,0
|
||||
#define RC_FILEVERSION 3,2,9999,0
|
||||
#define RC_PRODUCTVERSION 3,2,9999,0
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning. The current state is '3.2'.
|
||||
// These are for content versioning. The current state is '3.3'.
|
||||
#define VER_MAJOR 3
|
||||
#define VER_MINOR 2
|
||||
#define VER_MINOR 3
|
||||
#define VER_REVISION 0
|
||||
|
||||
// Version identifier for network games.
|
||||
// Bump it every time you do a release unless you're certain you
|
||||
// didn't change anything that will affect sync.
|
||||
#define NETGAMEVERSION 234
|
||||
#define NETGAMEVERSION 235
|
||||
|
||||
// Version stored in the ini's [LastRun] section.
|
||||
// Bump it if you made some configuration change that you want to
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version "2.5"
|
||||
version "3.3"
|
||||
#include "zscript/base.txt"
|
||||
#include "zscript/sounddata.txt"
|
||||
#include "zscript/mapdata.txt"
|
||||
|
|
Loading…
Reference in a new issue