Skip to content

Commit

Permalink
Recompiled libraries with ImageMagick 7.0.7-21.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Lemstra committed Jan 6, 2018
1 parent e21046d commit 89444b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ImageMagick/Source/Checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
clone_repository()
{
repos="https://github.com/ImageMagick"
date="2018-01-06 14:09"
date="2018-01-06 15:18"

echo ''
echo "Cloning $1 at $date"
Expand Down
2 changes: 1 addition & 1 deletion ImageMagick/Source/Libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Magick.NET is build with the following libraries:
- ffi 3.0.13
- flif 0.3.0 (28 April 2017)
- glib 2.53.6 (19 August 2017)
- ImageMagick 7.0.7.20
- ImageMagick 7.0.7.21
- jp2 1.900.6 (17 October 2016)
- jpeg 1.5.2 (7 July 2017)
- lcms 2.8 (20 July 2016)
Expand Down
4 changes: 2 additions & 2 deletions ImageMagick/include/MagickCore/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ extern "C" {
#define MagickCopyright "Copyright (C) 1999-2015 ImageMagick Studio LLC"
#define MagickLibVersion 0x707
#define MagickLibVersionText "7.0.7"
#define MagickLibVersionNumber 7,0,7,20
#define MagickLibAddendum "-20"
#define MagickLibVersionNumber 7,0,7,21
#define MagickLibAddendum "-21"
#define MagickLibInterface 5
#define MagickLibMinInterface 0
#if defined(_WIN64)
Expand Down
2 changes: 1 addition & 1 deletion Source/Magick.NET.Native/Resources/xml/configure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<configuremap>
<configure name="NAME" value="ImageMagick"/>
<configure name="LIB_VERSION" value="0x707"/>
<configure name="LIB_VERSION_NUMBER" value="7,0,7,20"/>
<configure name="LIB_VERSION_NUMBER" value="7,0,7,21"/>
<configure name="RELEASE_DATE" value="2018-02-01"/>
<configure name="VERSION" value="7.0.7"/>
<configure name="CC" value="vs10"/>
Expand Down

0 comments on commit 89444b0

Please sign in to comment.