From 2fc35338d5e80a14eed077e360717a4669eabaa1 Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Sun, 6 Sep 2015 21:37:20 -0700 Subject: [PATCH] Build number for Release Candidate --- 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 e38e71ac4b..9f5de69921 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -5,7 +5,7 @@ #define MAJOR 3 #define MINOR 2 -#define PATCHLVL 2 +#define PATCHLVL 3 #define BUILD 0 #define VERSION MAJOR.MINOR.PATCHLVL.BUILD