1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 10:17:56 +00:00
This commit is contained in:
Zeno Rogue
2025-05-26 10:32:02 +02:00
parent 0d47ca86d9
commit 41ffba600f
2 changed files with 12 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0y"
#define VERNUM_HEX 0xAA19
#define VER "13.0z"
#define VERNUM_HEX 0xAA1A
#include "sysconfig.h"