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
2022-05-10 09:02:37 +02:00
parent 94c7cf6b03
commit 228c3e9866
2 changed files with 11 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0o"
#define VERNUM_HEX 0xA90F
#define VER "12.0p"
#define VERNUM_HEX 0xA910
#include "sysconfig.h"