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
2021-04-25 11:55:37 +02:00
parent 987b1a88da
commit ffe61e27bf
2 changed files with 8 additions and 3 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.4i"
#define VERNUM_HEX 0xA849
#define VER "11.4j"
#define VERNUM_HEX 0xA84A
#include "sysconfig.h"