1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 18:27:55 +00:00
This commit is contained in:
Zeno Rogue
2024-05-10 20:40:54 +02:00
parent 6b03aca3c0
commit 7581ba887b
2 changed files with 14 additions and 3 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0h"
#define VERNUM_HEX 0xAA08
#define VER "13.0i"
#define VERNUM_HEX 0xAA09
#include "sysconfig.h"