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 23, 2017
1 parent 4a48efc commit c5b6079
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.2B";
LOG(LogLevel::Info) << "Converter version 0.2C";
LOG(LogLevel::Info) << "Built on " << __DATE__ << " at " << __TIME__;
LOG(LogLevel::Info) << "Current directory is " << Utils::getCurrentDirectory();

Expand Down

0 comments on commit c5b6079

Please sign in to comment.