1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 18:57:56 +00:00
This commit is contained in:
Zeno Rogue
2024-03-24 12:18:40 +01:00
parent 886a7ff43e
commit c55550de57
2 changed files with 42 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0c"
#define VERNUM_HEX 0xAA03
#define VER "13.0d"
#define VERNUM_HEX 0xAA04
#include "sysconfig.h"