OSDN Git Service

Bump library version. v1.12
authorLoRd_MuldeR <mulder2@gmx.de>
Fri, 10 May 2019 21:21:01 +0000 (23:21 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Fri, 10 May 2019 21:24:04 +0000 (23:24 +0200)
src/Config.h
src/Global.cpp

index f23492f..029113a 100644 (file)
@@ -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
index da1dc7d..447c758 100644 (file)
@@ -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();
        }