From 55e169454e843c7cff3d7f2e18cc9567fbccc0eb Mon Sep 17 00:00:00 2001 From: ALIEN Date: Mon, 24 Jul 2017 12:28:09 +0200 Subject: [PATCH] Updated version number --- MAGE/MAGE/src/core/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAGE/MAGE/src/core/version.hpp b/MAGE/MAGE/src/core/version.hpp index 269b7b479..d6428126a 100644 --- a/MAGE/MAGE/src/core/version.hpp +++ b/MAGE/MAGE/src/core/version.hpp @@ -6,7 +6,7 @@ #pragma region #define MAGE_VERSION_MAJOR 0 -#define MAGE_VERSION_MINOR 38 +#define MAGE_VERSION_MINOR 39 #define MAGE_VERSION_PATCH 0 #define MAGE_QUOTE(S) #S