diff --git a/src/version.h b/src/version.h index 7803ee7a1..fdcfdd481 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 "218" +#define LASTRUNVERSION "219" // Protocol version used in demos. // Bump it if you change existing DEM_ commands or add new ones.