Skip to content

Commit

Permalink
- this is version g3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachael Alexanderson committed Jan 4, 2018
1 parent 6a27805 commit da85d4f
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.2.4"
#define VERSIONSTR "3.2.5"
#endif

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

// 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 "3.2.4"
version "3.2.5"
#include "zscript/base.txt"
#include "zscript/sounddata.txt"
#include "zscript/mapdata.txt"
Expand Down

0 comments on commit da85d4f

Please sign in to comment.