From 4ae4fca8529ac8190472ad85b79722705e65a15f Mon Sep 17 00:00:00 2001 From: Glowbal Date: Mon, 12 Sep 2016 19:47:31 +0200 Subject: [PATCH] Prep 3.7.0 release --- 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 c6dd79bf09..714eb26d98 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 5 +#define BUILD 6 #define VERSION MAJOR.MINOR.PATCHLVL.BUILD #define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD