1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-07 04:47:56 +00:00
This commit is contained in:
Zeno Rogue
2025-08-17 23:12:05 +02:00
parent 2c92a781da
commit 7c2e312aa1
2 changed files with 6 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.1a"
#define VERNUM_HEX 0xAA21
#define VER "13.1b"
#define VERNUM_HEX 0xAA22
#include "sysconfig.h"