1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 09:17:57 +00:00

version 13.0

This commit is contained in:
Zeno Rogue
2023-12-27 17:45:09 +01:00
parent 02efdec4b7
commit 6e3be8a92c
2 changed files with 36 additions and 2 deletions

View File

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