1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-11 06:45:59 +00:00

fixed the bug with smart range

This commit is contained in:
Zeno Rogue
2024-05-31 19:18:08 +02:00
parent 2314eaba29
commit 7af403490a
2 changed files with 2 additions and 3 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0l"
#define VERNUM_HEX 0xAA0C
#define VER "13.0m"
#define VERNUM_HEX 0xAA0D
#include "sysconfig.h"