1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-31 01:37:57 +00:00
This commit is contained in:
Zeno Rogue
2024-04-09 02:52:01 +02:00
parent d4f449d994
commit fbea2d91ce
2 changed files with 15 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0f"
#define VERNUM_HEX 0xAA06
#define VER "13.0g"
#define VERNUM_HEX 0xAA07
#include "sysconfig.h"