1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

version 12.0w

This commit is contained in:
Zeno Rogue
2022-08-07 03:12:01 +02:00
parent 2a33f86f6f
commit ad744820ae
2 changed files with 10 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0v"
#define VERNUM_HEX 0xA917
#define VER "12.0w"
#define VERNUM_HEX 0xA918
#include "sysconfig.h"