From 593282b7872abc1232c8bdf0ca5607ba009b3af7 Mon Sep 17 00:00:00 2001 From: PiZZAD0X <509thparachuteinfantry@gmail.com> Date: Mon, 27 Mar 2023 19:42:12 -0700 Subject: [PATCH] Update script_macros.hpp --- core/script_macros.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/script_macros.hpp b/core/script_macros.hpp index a5ce7d04..122714b3 100644 --- a/core/script_macros.hpp +++ b/core/script_macros.hpp @@ -4,9 +4,9 @@ #endif #define DEBUG_MODE_NORMAL //#define DEBUG_MODE_FULL -#define VERSIONSTR "1.1.2" +#define VERSIONSTR "1.1.3" #define VERSION 1.1 -#define VERSION_AR 1,1,2 +#define VERSION_AR 1,1,3 #include "script_macros_mission.hpp" #define RNG(var1) var1 > random 1