1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-31 01:37:57 +00:00

version 13.0t

This commit is contained in:
Zeno Rogue
2024-07-27 23:40:44 +02:00
parent 5a6f5cc4a5
commit 6992b32b79
2 changed files with 21 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0s"
#define VERNUM_HEX 0xAA13
#define VER "13.0t"
#define VERNUM_HEX 0xAA14
#include "sysconfig.h"