Bump library version.
This commit is contained in:
parent
7b01ea510b
commit
0ee110053b
@ -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
|
||||
|
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user