From 1684cf76bd80d7ddb65fdcae8860a6bc03412a3b Mon Sep 17 00:00:00 2001 From: toaster <rollerorbital@gmail.com> Date: Fri, 6 Dec 2019 17:19:42 +0000 Subject: [PATCH] Make modversion 40 to match Rob's work. --- src/doomdef.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doomdef.h b/src/doomdef.h index 1f5752134..c820924d7 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -205,8 +205,8 @@ extern FILE *logstream; // The Modification Version, starting from 1. Do not follow your version string for this, // 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.1.0 is not version "1". -#define MODVERSION 31 +// Note that we use this to help keep internal testing in check; this is why v2.2.0 is not version "1". +#define MODVERSION 40 // To version config.cfg, MAJOREXECVERSION is set equal to MODVERSION automatically. // Increment MINOREXECVERSION whenever a config change is needed that does not correspond -- GitLab