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

Commit

Permalink
Roll version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Sep 22, 2018
1 parent 2ccea05 commit fbd03db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vic2ToHoI4/Source/V2toHOI4Converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int main(const int argc, const char* argv[])
{
try
{
LOG(LogLevel::Info) << "Converter version 0.2G";
LOG(LogLevel::Info) << "Converter version 0.2H";
LOG(LogLevel::Info) << "Built on " << __DATE__ << " at " << __TIME__;
LOG(LogLevel::Info) << "Current directory is " << Utils::getCurrentDirectory();

Expand Down

0 comments on commit fbd03db

Please sign in to comment.