1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00
This commit is contained in:
Zeno Rogue
2021-06-17 09:53:28 +02:00
parent c1ee1973f4
commit e37ca8d5f0
3 changed files with 20 additions and 3 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0a"
#define VERNUM_HEX 0xA901
#define VER "12.0b"
#define VERNUM_HEX 0xA902
#include "sysconfig.h"