1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-21 05:18:05 +00:00

missing 11.3q

This commit is contained in:
Zeno Rogue
2020-07-12 20:48:57 +02:00
parent 1ce9ef4341
commit fa1cc8b44c
2 changed files with 18 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3p"
#define VERNUM_HEX 0xA830
#define VER "11.3q"
#define VERNUM_HEX 0xA831
#include "sysconfig.h"