1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-20 15:44:48 +00:00

version 11.0f

This commit is contained in:
Zeno Rogue
2019-02-06 22:49:26 +01:00
parent bf732ff89f
commit 970eb365ce
2 changed files with 18 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "11.0e"
#define VERNUM 11005
#define VERNUM_HEX 0xA605
#define VER "11.0f"
#define VERNUM 11006
#define VERNUM_HEX 0xA606
#include <stdarg.h>
#include "hyper_function.h"