From 7195af40f8197ff42e5d4eba6d308d31a02fb9c8 Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Fri, 1 Sep 2017 03:12:08 +0800 Subject: [PATCH] Bump DEMOGAMEVERSION due to changes to DEM_FOV and DEM_MYFOV commands. --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.