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

version 12.0a

This commit is contained in:
Zeno Rogue
2021-06-06 10:55:50 +02:00
parent d7445d4fdf
commit 7777c7b415
3 changed files with 11 additions and 3 deletions

View File

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