1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-26 19:37:40 +00:00
This commit is contained in:
Zeno Rogue
2022-07-17 14:52:04 +02:00
parent 436cc15dba
commit 238828e300
2 changed files with 9 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0u"
#define VERNUM_HEX 0xA916
#define VER "12.0v"
#define VERNUM_HEX 0xA917
#include "sysconfig.h"