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 Jan 24, 2017
1 parent 1bc15f1 commit f9d3d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vic2ToHoI4/Source/V2toHOI4Converter.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*Copyright (c) 2016 The Paradox Game Converters Project
/*Copyright (c) 2017 The Paradox Game Converters Project
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down Expand Up @@ -37,7 +37,7 @@ int main(const int argc, const char* argv[])
{
try
{
LOG(LogLevel::Info) << "Converter version 0.1C";
LOG(LogLevel::Info) << "Converter version 0.2";
LOG(LogLevel::Info) << "Built on " << __DATE__ << " at " << __TIME__;
LOG(LogLevel::Info) << "Current directory is " << Utils::getCurrentDirectory();

Expand Down

0 comments on commit f9d3d03

Please sign in to comment.