This is a fork of Zandronum for TSPG.
Revisión | d190cad0d92e2d3e063641b6e406baca23a18523 (tree) |
---|---|
Tiempo | 2020-04-04 09:14:52 |
Autor | ![]() |
Commiter | Sean Baggaley |
Increment version
@@ -142,7 +142,7 @@ | ||
142 | 142 | // The maximum length of one save game description for the menus. |
143 | 143 | #define SAVESTRINGSIZE 24 |
144 | 144 | |
145 | -#define TSPG_VERSION 20 | |
145 | +#define TSPG_VERSION 21 | |
146 | 146 | |
147 | 147 | #ifdef TSPG_DEBUG |
148 | 148 | #define TSPG_VERSION_STR SAVEVERSTRINGIFY(TSPG_VERSION) "-dbg" |