From 0ee110053bfce34ab64a462b51eae38b0a8a7457 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Fri, 10 May 2019 23:21:01 +0200 Subject: [PATCH] Bump library version. --- src/Config.h | 2 +- src/Global.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Config.h b/src/Config.h index f23492f..029113a 100644 --- a/src/Config.h +++ b/src/Config.h @@ -31,4 +31,4 @@ #define VER_MUTILS_MAJOR 1 #define VER_MUTILS_MINOR_HI 1 -#define VER_MUTILS_MINOR_LO 1 +#define VER_MUTILS_MINOR_LO 2 diff --git a/src/Global.cpp b/src/Global.cpp index da1dc7d..447c758 100644 --- a/src/Global.cpp +++ b/src/Global.cpp @@ -912,7 +912,7 @@ int MUtils::Internal::MUTILS_INITIALIZER(const char *const buildKey, const bool if((debug != INTERNAL_DEBUG_FLAG) || strncmp(buildKey, INTERNAL_BUILD_KEY, 11)) { - MUtils::OS::system_message_err(L"MUtils", L"FATAL ERROR: MUtils library initialization has failed"); + MUtils::OS::system_message_err(L"MUtils", L"FATAL: MUtils library initialization has failed!"); abort(); } -- 2.11.0