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 Jun 25, 2017
1 parent 36e78b5 commit 238a94f
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 @@ -37,7 +37,7 @@ int main(const int argc, const char* argv[])
{
try
{
LOG(LogLevel::Info) << "Converter version 0.2A";
LOG(LogLevel::Info) << "Converter version 0.2B";
LOG(LogLevel::Info) << "Built on " << __DATE__ << " at " << __TIME__;
LOG(LogLevel::Info) << "Current directory is " << Utils::getCurrentDirectory();

Expand Down

0 comments on commit 238a94f

Please sign in to comment.