diff --git a/src/version.h b/src/version.h index 0803858396..ae94464241 100644 --- a/src/version.h +++ b/src/version.h @@ -73,11 +73,11 @@ const char *GetVersionString(); // Protocol version used in demos. // Bump it if you change existing DEM_ commands or add new ones. // Otherwise, it should be safe to leave it alone. -#define DEMOGAMEVERSION 0x220 +#define DEMOGAMEVERSION 0x221 // Minimum demo version we can play. // Bump it whenever you change or remove existing DEM_ commands. -#define MINDEMOVERSION 0x21E +#define MINDEMOVERSION 0x21F // SAVEVER is the version of the information stored in level snapshots. // Note that SAVEVER is not directly comparable to VERSION.