Update l4dtoolz_mm.cpp

This commit is contained in:
TyUser 2015-11-01 20:49:58 +05:00
parent ffa0378610
commit 444671419b

View File

@ -297,7 +297,7 @@ const char *l4dtoolz::GetVersion()
#ifdef __GIT_VERSION
return __GIT_VERSION;
#else
return "1.0.0.9h-unknown";
return "1.0.0.9r1";
#endif
}