Skip to content

Commit

Permalink
Bump DEMOGAMEVERSION due to changes to DEM_FOV and DEM_MYFOV commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes committed Aug 31, 2017
1 parent ba820d2 commit 95f4479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h
Expand Up @@ -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.
Expand Down

0 comments on commit 95f4479

Please sign in to comment.