1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00
This commit is contained in:
Zeno Rogue
2019-10-27 02:48:50 +01:00
parent 0320b07496
commit af5d961b1d
3 changed files with 12 additions and 3 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.2f"
#define VERNUM_HEX 0xA806
#define VER "11.2g"
#define VERNUM_HEX 0xA807
#include "sysconfig.h"
#include "classes.h"