From b150f440e663644d68d06ac30af85397abd319fd Mon Sep 17 00:00:00 2001 From: Glowbal Date: Tue, 18 Oct 2016 21:57:40 +0200 Subject: [PATCH] Prep 3.8.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 4aaf2d61f3..5e3c717d89 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -6,7 +6,7 @@ #define MAJOR 3 #define MINOR 8 #define PATCHLVL 0 -#define BUILD 9 +#define BUILD 10 #define VERSION MAJOR.MINOR.PATCHLVL.BUILD #define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD