1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 17:27:57 +00:00
This commit is contained in:
Zeno Rogue
2024-02-23 01:35:48 +01:00
parent 21d3f8bec4
commit 46eaee44ef
2 changed files with 31 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0a"
#define VERNUM_HEX 0xAA01
#define VER "13.0b"
#define VERNUM_HEX 0xAA02
#include "sysconfig.h"