From: Cristy Date: Sun, 12 Feb 2017 21:03:21 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.4-8~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f86a5c7b920c47c6288bf8a056fd13db23b15cbd;p=imagemagick ... --- diff --git a/ChangeLog b/ChangeLog index 1a0b84256..97db83a0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,6 @@ https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31377). * Don't set update trait on alpha channel (private e-mail concerning -levels-colors option). - * SO Bump due to security policy improvements. 2017-02-04 7.0.4-7 Cristy * Release ImageMagick version 7.0.4-7, GIT revision 19513:5783e57:20170204. diff --git a/MagickCore/libMagickCore.map b/MagickCore/libMagickCore.map index f17448266..be42d8293 100644 --- a/MagickCore/libMagickCore.map +++ b/MagickCore/libMagickCore.map @@ -1,4 +1,4 @@ - VERS_3.0 { + VERS_2.0 { global: *; }; diff --git a/MagickWand/libMagickWand.map b/MagickWand/libMagickWand.map index f17448266..be42d8293 100644 --- a/MagickWand/libMagickWand.map +++ b/MagickWand/libMagickWand.map @@ -1,4 +1,4 @@ - VERS_3.0 { + VERS_2.0 { global: *; }; diff --git a/version.sh b/version.sh index af47b5d26..da73f5c31 100644 --- a/version.sh +++ b/version.sh @@ -40,7 +40,7 @@ PACKAGE_VERSION_ADDENDUM="-${PACKAGE_RELEASE}" # PLEASE NOTE that doing a SO BUMP aka raising the CURRENT REVISION # could be avoided using libversioning aka map files. You MUST change .map # files if you raise these versions. -MAGICK_LIBRARY_CURRENT=3 +MAGICK_LIBRARY_CURRENT=2 MAGICK_LIBRARY_REVISION=0 MAGICK_LIBRARY_AGE=0