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

version 12.1e

This commit is contained in:
Zeno Rogue
2022-11-04 23:57:02 +01:00
parent 16d142711a
commit 6fff924753
2 changed files with 17 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.1d"
#define VERNUM_HEX 0xA924
#define VER "12.1e"
#define VERNUM_HEX 0xA925
#include "sysconfig.h"