1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 17:37:39 +00:00
This commit is contained in:
Zeno Rogue
2020-01-29 19:29:16 +01:00
parent 79038b12f8
commit ea29b1cb99
2 changed files with 7 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.2v"
#define VERNUM_HEX 0xA816
#define VER "11.2w"
#define VERNUM_HEX 0xA817
#include "sysconfig.h"