1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 11:37:55 +00:00
This commit is contained in:
Zeno Rogue
2024-02-24 09:56:30 +01:00
parent fa9c2da41d
commit e840e39ba0
2 changed files with 10 additions and 2 deletions

View File

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