From bc6c4467e383b0c1e31322d0f35843ec00cc3798 Mon Sep 17 00:00:00 2001 From: drfrag Date: Sun, 4 Oct 2020 12:13:44 +0200 Subject: [PATCH] - Bump LASTRUNVERSION. --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 4e87c39e6..af7cb9cb8 100644 --- a/src/version.h +++ b/src/version.h @@ -60,7 +60,7 @@ const char *GetVersionString(); // Version stored in the ini's [LastRun] section. // Bump it if you made some configuration change that you want to // be able to migrate in FGameConfigFile::DoGlobalSetup(). -#define LASTRUNVERSION "219" +#define LASTRUNVERSION "220" // Protocol version used in demos. // Bump it if you change existing DEM_ commands or add new ones.