Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
Former-commit-id: baed85abd34007a80ad123e0039d68727d1f4c87
  • Loading branch information
Idhrendur committed Feb 1, 2015
1 parent 4cff142 commit 38458b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EU4toV2/Source/EU4toV2Converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ int main(const int argc, const char * argv[])
{
try
{
LOG(LogLevel::Info) << "Converter version 0.4B";
LOG(LogLevel::Info) << "Converter version 0.4C";
const char* const defaultEU4SaveFileName = "input.eu4"; // the default name for a save to convert
string EU4SaveFileName; // the actual name for the save to convert
if (argc >= 2)
Expand Down

0 comments on commit 38458b3

Please sign in to comment.