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
2020-05-16 12:04:40 +02:00
parent 76dfee3e42
commit 4958bc45d3
2 changed files with 26 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3l"
#define VERNUM_HEX 0xA82C
#define VER "11.3m"
#define VERNUM_HEX 0xA82D
#include "sysconfig.h"