1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 11:37:55 +00:00
This commit is contained in:
Zeno Rogue
2024-05-28 20:21:45 +02:00
parent d4a610c2b6
commit 9485495e48
2 changed files with 8 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0j"
#define VERNUM_HEX 0xAA0A
#define VER "13.0k"
#define VERNUM_HEX 0xAA0B
#include "sysconfig.h"