- Bump LASTRUNVERSION for defcvars. Missed this.

This commit is contained in:
drfrag 2020-04-23 14:03:13 +02:00
parent 1e9f0700f0
commit 0d8d51f0b4

View file

@ -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.