1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00
This commit is contained in:
Zeno Rogue
2019-12-27 12:51:07 +01:00
parent 1cfeba9666
commit 87933c6487
2 changed files with 27 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.2o"
#define VERNUM_HEX 0xA80F
#define VER "11.2p"
#define VERNUM_HEX 0xA810
#include "sysconfig.h"