1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00

11.1c changelog

This commit is contained in:
Zeno Rogue
2019-07-03 04:52:03 +02:00
parent e92b8c7512
commit 15a9b6135b
2 changed files with 10 additions and 2 deletions

View File

@@ -2,8 +2,8 @@
// It is quite chaotic.
// version numbers
#define VER "11.1b"
#define VERNUM_HEX 0xA702
#define VER "11.1c"
#define VERNUM_HEX 0xA703
#include <stdarg.h>
#include "hyper_function.h"