1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00
This commit is contained in:
Zeno Rogue
2018-08-24 21:46:52 +02:00
parent b7dccecf5c
commit 8cc1b364d1
2 changed files with 13 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4q"
#define VERNUM 10417
#define VERNUM_HEX 0xA0C1
#define VER "10.4r"
#define VERNUM 10418
#define VERNUM_HEX 0xA0C2
#include <stdarg.h>