Bump library version.

This commit is contained in:
LoRd_MuldeR 2019-05-10 23:21:01 +02:00
parent 7b01ea510b
commit 0ee110053b
2 changed files with 2 additions and 2 deletions

View 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

View 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();
}