1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 09:27:40 +00:00
This commit is contained in:
Zeno Rogue
2018-11-11 12:55:24 +01:00
parent 585cab4137
commit 5fe87e140f
2 changed files with 38 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4y"
#define VERNUM 10425
#define VERNUM_HEX 0xA0C9
#define VER "10.4z"
#define VERNUM 10426
#define VERNUM_HEX 0xA0CA
#include <stdarg.h>