mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-29 15:51:45 +00:00
- Bump savegame version
- Bump client version
This commit is contained in:
parent
24b5f7fe97
commit
db9de69884
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
||||||
#include "shared.h"
|
#include "shared.h"
|
||||||
#include "crc.h"
|
#include "crc.h"
|
||||||
|
|
||||||
#define VERSION 3.00
|
#define VERSION 3.99
|
||||||
#define BASEDIRNAME "baseq2"
|
#define BASEDIRNAME "baseq2"
|
||||||
|
|
||||||
#if defined __linux__
|
#if defined __linux__
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
* in tables/ are changed, otherwise
|
* in tables/ are changed, otherwise
|
||||||
* strange things may happen.
|
* strange things may happen.
|
||||||
*/
|
*/
|
||||||
#define SAVEGAMEVER "YQ2-0"
|
#define SAVEGAMEVER "YQ2-1"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This macros are used to
|
* This macros are used to
|
||||||
|
|
Loading…
Reference in a new issue