1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 03:27:55 +00:00

version 13.0a

This commit is contained in:
Zeno Rogue
2024-01-13 09:03:12 +01:00
parent 5f552799e5
commit 51f59cc2fa
3 changed files with 18 additions and 4 deletions

View File

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