1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 09:17:57 +00:00
This commit is contained in:
Zeno Rogue
2024-06-30 00:03:33 +02:00
parent e534fb209c
commit 4520db0966
2 changed files with 13 additions and 2 deletions

View File

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