1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 18:57:56 +00:00

version 13.0p

This commit is contained in:
Zeno Rogue
2024-06-22 09:59:25 +02:00
parent b3d3661e13
commit 71666f5bf7
2 changed files with 22 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0o"
#define VERNUM_HEX 0xAA0F
#define VER "13.0p"
#define VERNUM_HEX 0xAA10
#include "sysconfig.h"