1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 04:37:10 +00:00

version 13.1a

This commit is contained in:
Zeno Rogue
2025-08-17 21:36:07 +02:00
parent e31591207c
commit f2532a0293
2 changed files with 12 additions and 3 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.1"
#define VERNUM_HEX 0xAA20
#define VER "13.1a"
#define VERNUM_HEX 0xAA21
#include "sysconfig.h"