Skip to content

Commit

Permalink
- bump for 3.3pre
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Oct 7, 2017
1 parent 65966ba commit 44373b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wadsrc/static/zscript.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version "2.5"
version "3.3"
#include "zscript/base.txt"
#include "zscript/sounddata.txt"
#include "zscript/mapdata.txt"
Expand Down

0 comments on commit 44373b4

Please sign in to comment.