1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00
This commit is contained in:
Zeno Rogue
2018-06-29 12:30:56 +02:00
parent 91d203f556
commit 0faccacaf6
2 changed files with 8 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4h"
#define VERNUM 10408
#define VERNUM_HEX 0xA0B8
#define VER "10.4i"
#define VERNUM 10409
#define VERNUM_HEX 0xA0B9
#include <stdarg.h>