From 78c47127f5cd0d5ce6d7b742b09679c574e7ee37 Mon Sep 17 00:00:00 2001 From: ColdEvul Date: Mon, 4 Feb 2019 22:30:32 +0100 Subject: [PATCH] Version update --- cScripts/script_component.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cScripts/script_component.hpp b/cScripts/script_component.hpp index 57d463923..7627587ec 100644 --- a/cScripts/script_component.hpp +++ b/cScripts/script_component.hpp @@ -1,5 +1,5 @@ #define PREFIX cScripts -#define VERSION "4.3.0" +#define VERSION "4.3.1" // Uncomment to enable debug mode //#define DEBUG_MODE