1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 10:17:56 +00:00

version 13.0h

This commit is contained in:
Zeno Rogue
2024-05-09 10:50:02 +02:00
parent 723422e137
commit 7a81b6b0de
2 changed files with 24 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0g"
#define VERNUM_HEX 0xAA07
#define VER "13.0h"
#define VERNUM_HEX 0xAA08
#include "sysconfig.h"