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

version 12.s

This commit is contained in:
Zeno Rogue
2023-08-16 10:49:39 +02:00
parent c1584e9ece
commit a250a4d430
2 changed files with 11 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.1r"
#define VERNUM_HEX 0xA932
#define VER "12.1s"
#define VERNUM_HEX 0xA933
#include "sysconfig.h"