From be8b4468afcdf3b401f57cd294f7e66fbd50dbc2 Mon Sep 17 00:00:00 2001 From: Glowbal Date: Mon, 5 Sep 2016 08:27:58 +0200 Subject: [PATCH] Increment build number --- 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 1d28c58a76..cae0976bd9 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -6,7 +6,7 @@ #define MAJOR 3 #define MINOR 7 #define PATCHLVL 0 -#define BUILD 0 +#define BUILD 1 #define VERSION MAJOR.MINOR.PATCHLVL.BUILD #define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD