- Bump LASTRUNVERSION.

This commit is contained in:
drfrag 2020-10-04 12:13:44 +02:00
parent ceaea1548d
commit bc6c4467e3

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 "219"
#define LASTRUNVERSION "220"
// Protocol version used in demos.
// Bump it if you change existing DEM_ commands or add new ones.