1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-31 01:37:57 +00:00

changelog/version number update to 12.1z was missing

This commit is contained in:
Zeno Rogue
2023-12-15 11:00:21 +01:00
parent 062fb577b2
commit 517f4a833c
2 changed files with 19 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.1y"
#define VERNUM_HEX 0xA939
#define VER "12.1z"
#define VERNUM_HEX 0xA93A
#include "sysconfig.h"