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-11-05 18:53:37 +01:00
parent 358d94f020
commit 67af738cd6
2 changed files with 17 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.4"
#define VERNUM_HEX 0xA840
#define VER "11.4a"
#define VERNUM_HEX 0xA841
#include "sysconfig.h"