version number changed to 11.0h

This commit is contained in:
? 2019-02-28 17:21:26 +01:00 committed by Zeno Rogue
parent 4ac186437b
commit d46a909612
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "11.0g"
#define VERNUM 11007
#define VERNUM_HEX 0xA607
#define VER "11.0h"
#define VERNUM 11008
#define VERNUM_HEX 0xA608
#include <stdarg.h>
#include "hyper_function.h"