1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-20 21:08:06 +00:00
This commit is contained in:
Zeno Rogue
2020-08-20 16:49:06 +02:00
parent 351f45f693
commit dac3a3260a
2 changed files with 10 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3x"
#define VERNUM_HEX 0xA838
#define VER "11.3y"
#define VERNUM_HEX 0xA839
#include "sysconfig.h"