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

version 13.0s

This commit is contained in:
Zeno Rogue
2024-07-10 06:58:28 +02:00
parent 2750c0276d
commit 3980db0fb1
2 changed files with 8 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0r"
#define VERNUM_HEX 0xAA12
#define VER "13.0s"
#define VERNUM_HEX 0xAA13
#include "sysconfig.h"