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-11-23 23:48:09 +01:00
parent 95c41684df
commit 5354c92c1a
2 changed files with 19 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.2k"
#define VERNUM_HEX 0xA80B
#define VER "11.2l"
#define VERNUM_HEX 0xA80C
#include "sysconfig.h"
#include "classes.h"