1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 03:47:40 +00:00
This commit is contained in:
Zeno Rogue
2021-12-13 22:14:42 +01:00
parent d3fb683a95
commit 1eb762fde2
2 changed files with 29 additions and 3 deletions

View File

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