Skip to content

Commit

Permalink
Copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
edocevoli committed Feb 20, 2018
1 parent 7e634d7 commit 667fa63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Programs/MiKTeX/PackageManager/mpm/mpm-version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* mpm-version.h: -*- C++ -*-
Copyright (C) 2003-2017 Christian Schenk
Copyright (C) 2003-2018 Christian Schenk
This file is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
Expand All @@ -17,6 +17,6 @@
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA. */

#define MIKTEX_COMP_J2000_VERSION 6545
#define MIKTEX_COMP_J2000_VERSION 6625

#include <miktex/Version>
2 changes: 1 addition & 1 deletion Programs/MiKTeX/PackageManager/mpm/mpm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ void Application::Main(int argc, const char** argv)
{
cout
<< Utils::MakeProgramVersionString(THE_NAME_OF_THE_GAME, VersionNumber(MIKTEX_MAJOR_VERSION, MIKTEX_MINOR_VERSION, MIKTEX_COMP_J2000_VERSION, 0)) << endl
<< "Copyright (C) 2005-2017 Christian Schenk" << endl
<< "Copyright (C) 2005-2018 Christian Schenk" << endl
<< "This is free software; see the source for copying conditions. There is NO" << endl
<< "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." << endl;
return;
Expand Down

0 comments on commit 667fa63

Please sign in to comment.