1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-27 10:35:16 +00:00
This commit is contained in:
Zeno Rogue
2019-04-13 13:30:18 +02:00
parent ca57a38ddd
commit 2e1f63e086
2 changed files with 32 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "11.0p"
#define VERNUM 11016
#define VERNUM_HEX 0xA610
#define VER "11.0q"
#define VERNUM 11017
#define VERNUM_HEX 0xA611
#include <stdarg.h>
#include "hyper_function.h"