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-06-06 19:19:31 +02:00
parent f6e617535e
commit 3f95a0fce8
2 changed files with 14 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3o"
#define VERNUM_HEX 0xA82F
#define VER "11.3p"
#define VERNUM_HEX 0xA830
#include "sysconfig.h"