Skip to content

Commit

Permalink
- This is version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Apr 28, 2019
1 parent 3767a9a commit 0857320
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 @@ -41,20 +41,20 @@ const char *GetVersionString();

/** Lots of different version numbers **/

#define VERSIONSTR "4.1pre"
#define VERSIONSTR "4.1.0"

// The version as seen in the Windows resource
#define RC_FILEVERSION 4,0,9999,0
#define RC_PRODUCTVERSION 4,0,9999,0
#define RC_FILEVERSION 4,1,0,0
#define RC_PRODUCTVERSION 4,1,0,0
#define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning.
#define VER_MAJOR 4
#define VER_MINOR 1
#define VER_REVISION 0

// This should always refer to the GZDoom version a derived port is based on and not reflect the derived port's version number!
#define ENG_MAJOR 3
#define ENG_MINOR 8
#define ENG_MAJOR 4
#define ENG_MINOR 1
#define ENG_REVISION 0

// Version identifier for network games.
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.8"
version "4.1"
#include "zscript/base.zs"
#include "zscript/sounddata.zs"
#include "zscript/mapdata.zs"
Expand Down

0 comments on commit 0857320

Please sign in to comment.