1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-03 11:17:56 +00:00
This commit is contained in:
Zeno Rogue
2024-06-28 14:23:52 +02:00
parent f7aca98ad9
commit 2a1b5b0408
2 changed files with 20 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0p"
#define VERNUM_HEX 0xAA10
#define VER "13.0q"
#define VERNUM_HEX 0xAA11
#include "sysconfig.h"