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-08-05 01:31:41 +02:00
parent 830a2703dd
commit 1ac2805b7f
3 changed files with 1306 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3v"
#define VERNUM_HEX 0xA836
#define VER "11.3w"
#define VERNUM_HEX 0xA837
#include "sysconfig.h"