From f60954a49b75fee819cb1efd4dfbad14cb1b0c9b Mon Sep 17 00:00:00 2001 From: Glowbal Date: Thu, 10 Sep 2015 22:18:13 +0200 Subject: [PATCH] increased build number (3.3.0.1) --- addons/main/script_mod.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index c2bf6cc10f..62e87431d5 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -6,7 +6,7 @@ #define MAJOR 3 #define MINOR 3 #define PATCHLVL 0 -#define BUILD 0 +#define BUILD 1 #define VERSION MAJOR.MINOR.PATCHLVL.BUILD #define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD