Skip to content

Commit

Permalink
- This is 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachael Alexanderson committed Dec 17, 2017
1 parent abe262c commit 77a33cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ const char *GetVersionString();
#ifdef GIT_DESCRIPTION
#define VERSIONSTR GIT_DESCRIPTION
#else
#define VERSIONSTR "3.3pre"
#define VERSIONSTR "3.2.4"
#endif

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

// Version identifier for network games.
// Bump it every time you do a release unless you're certain you
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 "3.2.3"
version "3.2.4"
#include "zscript/base.txt"
#include "zscript/sounddata.txt"
#include "zscript/mapdata.txt"
Expand Down

0 comments on commit 77a33cc

Please sign in to comment.