1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00
This commit is contained in:
Zeno Rogue
2018-08-09 19:25:44 +02:00
parent 9589fcb4b1
commit 3b50632217
2 changed files with 32 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4o"
#define VERNUM 10415
#define VERNUM_HEX 0xA0BF
#define VER "10.4p"
#define VERNUM 10416
#define VERNUM_HEX 0xA0C0
#include <stdarg.h>