1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 09:27:40 +00:00

version 13.0u

This commit is contained in:
Zeno Rogue
2024-08-21 20:34:11 +02:00
parent 368029eae4
commit 234e4470b1
2 changed files with 10 additions and 2 deletions

View File

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