From 2a801ba5d30e2225c39f3ebae7c43c84cb77638d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 1 Mar 2019 18:54:11 +0100 Subject: [PATCH] update 11.0i --- hyper.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hyper.h b/hyper.h index 8643ab05..f91cb53c 100644 --- a/hyper.h +++ b/hyper.h @@ -2,9 +2,9 @@ // It is quite chaotic. // version numbers -#define VER "11.0h" -#define VERNUM 11008 -#define VERNUM_HEX 0xA608 +#define VER "11.0i" +#define VERNUM 11009 +#define VERNUM_HEX 0xA609 #include #include "hyper_function.h"