1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 03:47:40 +00:00
This commit is contained in:
Zeno Rogue
2020-07-25 02:28:12 +02:00
parent 94cac21716
commit ccfcb2eaeb
2 changed files with 16 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3r"
#define VERNUM_HEX 0xA832
#define VER "11.3s"
#define VERNUM_HEX 0xA833
#include "sysconfig.h"