1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 18:27:55 +00:00
This commit is contained in:
Zeno Rogue
2024-05-28 19:35:48 +02:00
parent 5324d3d068
commit fbd2cc6b9d
2 changed files with 20 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0i"
#define VERNUM_HEX 0xAA09
#define VER "13.0j"
#define VERNUM_HEX 0xAA0A
#include "sysconfig.h"