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

version number 12.0

This commit is contained in:
Zeno Rogue
2021-05-31 20:45:16 +02:00
parent 0e0f773560
commit 6d3f1b0b82
3 changed files with 36 additions and 3 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.4k"
#define VERNUM_HEX 0xA84B
#define VER "12.0"
#define VERNUM_HEX 0xA900
#include "sysconfig.h"