This commit is contained in:
Zeno Rogue 2019-07-28 12:25:30 +02:00
parent 15e83f6b83
commit 6ac5091526
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
// It is quite chaotic.
// version numbers
#define VER "11.1d"
#define VERNUM_HEX 0xA704
#define VER "11.1e"
#define VERNUM_HEX 0xA705
#include <stdarg.h>
#include "hyper_function.h"