Skip to content

Commit

Permalink
I screwed up
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelT1 committed Jul 11, 2020
1 parent cb13550 commit e22964e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doomdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ extern char logfilename[1024];
// we use comprevision and compbranch instead.
#else
#define VERSION 202 // Game version
#define SUBVERSION 5 // more precise version number
#define SUBVERSION 6 // more precise version number
#define VERSIONSTRING "v2.2.6"
#define VERSIONSTRINGW L"v2.2.6"
// Hey! If you change this, add 1 to the MODVERSION below!
Expand Down Expand Up @@ -213,7 +213,7 @@ extern char logfilename[1024];
// it's only for detection of the version the player is using so the MS can alert them of an update.
// Only set it higher, not lower, obviously.
// Note that we use this to help keep internal testing in check; this is why v2.2.0 is not version "1".
#define MODVERSION 46
#define MODVERSION 47

// To version config.cfg, MAJOREXECVERSION is set equal to MODVERSION automatically.
// Increment MINOREXECVERSION whenever a config change is needed that does not correspond
Expand Down

0 comments on commit e22964e

Please sign in to comment.