1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00
This commit is contained in:
Zeno Rogue
2021-10-10 00:39:52 +02:00
parent 56af053d4b
commit 2d3ed4a79d
2 changed files with 12 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0g"
#define VERNUM_HEX 0xA907
#define VER "12.0h"
#define VERNUM_HEX 0xA908
#include "sysconfig.h"