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.