1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 03:27:55 +00:00
This commit is contained in:
Zeno Rogue
2025-05-12 01:02:00 +02:00
parent 00c6c84bdf
commit 89877cb058
2 changed files with 25 additions and 2 deletions

View File

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