1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

version 12.1n

This commit is contained in:
Zeno Rogue
2023-03-28 23:43:29 +02:00
parent d4e264bc9b
commit 8c3b073e0e
2 changed files with 14 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.1m"
#define VERNUM_HEX 0xA92D
#define VER "12.1n"
#define VERNUM_HEX 0xA92E
#include "sysconfig.h"