1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00
This commit is contained in:
Zeno Rogue
2021-10-01 08:07:19 +02:00
parent 53a4a472aa
commit 49fcd23397
2 changed files with 32 additions and 2 deletions

View File

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