1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 09:17:57 +00:00
This commit is contained in:
Zeno Rogue
2024-03-27 23:51:54 +01:00
parent a328568ee5
commit 9bc4e21f10
2 changed files with 24 additions and 2 deletions

View File

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