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

version 12.1a

This commit is contained in:
Zeno Rogue
2022-09-17 12:17:35 +02:00
parent 3a95b5f8d5
commit 38b817187e
2 changed files with 8 additions and 2 deletions

View File

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