1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00
This commit is contained in:
Zeno Rogue
2019-10-26 18:39:30 +02:00
parent 79cbebf22f
commit dd4602e139
2 changed files with 20 additions and 2 deletions

View File

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