1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

updated to 12.0f

This commit is contained in:
Zeno Rogue
2021-08-05 13:30:32 +02:00
parent 8545c7d66f
commit 3f155298b4
2 changed files with 12 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0d"
#define VERNUM_HEX 0xA904
#define VER "12.0f"
#define VERNUM_HEX 0xA906
#include "sysconfig.h"