Skip to content

Commit

Permalink
Fix mpc
Browse files Browse the repository at this point in the history
  • Loading branch information
edocevoli committed Nov 11, 2018
1 parent f0e2c36 commit 7d5e952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BuildUtilities/mpc/mpc-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
along with MPC; if not, write to the Free Software Foundation, 59
Temple Place - Suite 330, Boston, MA 02111-1307, USA. */

#define MIKTEX_COMP_J2000_VERSION 6888
#define MIKTEX_COMP_J2000_VERSION 6889

#include <miktex/Version>
2 changes: 1 addition & 1 deletion BuildUtilities/mpc/mpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ void PackageCreator::InitializeStagingDirectory(const PathName& stagingDir, cons
<< "name=" << packageInfo.displayName << "\n"
<< "creator=" << packageInfo.creator << "\n"
<< "title=" << packageInfo.title << "\n"
<< "version=" << packageInfo.version << "n"
<< "version=" << packageInfo.version << "\n"
<< "targetsystem=" << packageInfo.targetSystem << "\n"
<< "md5=" << digest << "\n";
#if defined(MIKTEX_EXTENDED_PACKAGEINFO)
Expand Down

0 comments on commit 7d5e952

Please sign in to comment.