1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 04:17:39 +00:00
This commit is contained in:
Zeno Rogue
2018-12-14 19:23:23 +01:00
parent 362e13ba4c
commit a18570f77a
2 changed files with 19 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.5b"
#define VERNUM 10502
#define VERNUM_HEX 0xA502
#define VER "10.5d"
#define VERNUM 10504
#define VERNUM_HEX 0xA504
#include <stdarg.h>