1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-17 22:25:12 +00:00

version 11.0c

This commit is contained in:
Zeno Rogue
2019-01-20 12:51:17 +01:00
parent f8cd171bb2
commit f4ba325911
2 changed files with 10 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "11.0b"
#define VERNUM 11002
#define VERNUM_HEX 0xA602
#define VER "11.0c"
#define VERNUM 11003
#define VERNUM_HEX 0xA603
#include <stdarg.h>
#include "hyper_function.h"