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

Version 12.1b

This commit is contained in:
Zeno Rogue
2022-10-06 21:45:11 +02:00
parent b76ab8ebdd
commit 12316ed631
2 changed files with 18 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.1a"
#define VERNUM_HEX 0xA921
#define VER "12.1b"
#define VERNUM_HEX 0xA922
#include "sysconfig.h"