diff --git a/EU4toV2/Source/EU4toV2Converter.cpp b/EU4toV2/Source/EU4toV2Converter.cpp index b54438d48..90a5718c3 100644 --- a/EU4toV2/Source/EU4toV2Converter.cpp +++ b/EU4toV2/Source/EU4toV2Converter.cpp @@ -36,7 +36,7 @@ int main(const int argc, const char * argv[]) { try { - LOG(LogLevel::Info) << "Converter version 1.0Iprerelease"; + LOG(LogLevel::Info) << "Converter version 1.0I"; LOG(LogLevel::Info) << "Built " << __TIMESTAMP__; LOG(LogLevel::Debug) << "Current directory is " << Utils::getCurrentDirectory();