Skip to content

Commit df5a3c1

Browse files
- this is 4.11.2
1 parent aa63cbc commit df5a3c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/version.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@ const char *GetVersionString();
4141

4242
/** Lots of different version numbers **/
4343

44-
#define VERSIONSTR "4.11.0"
44+
#define VERSIONSTR "4.11.2"
4545

4646
// The version as seen in the Windows resource
47-
#define RC_FILEVERSION 4,11,1,0
48-
#define RC_PRODUCTVERSION 4,11,1,0
47+
#define RC_FILEVERSION 4,11,2,0
48+
#define RC_PRODUCTVERSION 4,11,2,0
4949
#define RC_PRODUCTVERSION2 VERSIONSTR
5050
// These are for content versioning.
5151
#define VER_MAJOR 4
5252
#define VER_MINOR 11
53-
#define VER_REVISION 1
53+
#define VER_REVISION 2
5454

5555
// This should always refer to the GZDoom version a derived port is based on and not reflect the derived port's version number!
5656
#define ENG_MAJOR 4
5757
#define ENG_MINOR 11
58-
#define ENG_REVISION 1
58+
#define ENG_REVISION 2
5959

6060
// Version identifier for network games.
6161
// Bump it every time you do a release unless you're certain you

0 commit comments

Comments
 (0)