1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 09:57:41 +00:00
This commit is contained in:
Zeno Rogue
2019-09-10 09:23:33 +02:00
parent f6dfcba8fe
commit 165a55d93c
2 changed files with 10 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.1o"
#define VERNUM_HEX 0xA70F
#define VER "11.1p"
#define VERNUM_HEX 0xA710
#include "sysconfig.h"
#include "classes.h"