From: cristy Date: Fri, 19 Aug 2011 00:25:19 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=878c2f19e2caef189932e43bfef56a833110480c;p=imagemagick --- diff --git a/MagickCore/version.h b/MagickCore/version.h index b0af11970..9d9c7577e 100644 --- a/MagickCore/version.h +++ b/MagickCore/version.h @@ -34,7 +34,7 @@ extern "C" { #define MagickLibAddendum "-0" #define MagickLibInterface 5 #define MagickLibMinInterface 5 -#define MagickReleaseDate "2011-08-16" +#define MagickReleaseDate "2011-08-18" #define MagickChangeDate "20110801" #define MagickAuthoritativeURL "http://www.imagemagick.org" #if defined(MAGICKCORE_OPENMP_SUPPORT) diff --git a/Makefile.in b/Makefile.in index b0aefebd9..b2127d7b1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2484,6 +2484,7 @@ PACKAGE_CHANGE_DATE = @PACKAGE_CHANGE_DATE@ PACKAGE_LIB_VERSION = @PACKAGE_LIB_VERSION@ PACKAGE_LIB_VERSION_NUMBER = @PACKAGE_LIB_VERSION_NUMBER@ PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_PERL_VERSION = @PACKAGE_PERL_VERSION@ PACKAGE_RELEASE = @PACKAGE_RELEASE@ PACKAGE_RELEASE_DATE = @PACKAGE_RELEASE_DATE@ PACKAGE_STRING = @PACKAGE_STRING@ diff --git a/PerlMagick/Makefile.PL b/PerlMagick/Makefile.PL index 8e4347f90..294675bd5 100644 --- a/PerlMagick/Makefile.PL +++ b/PerlMagick/Makefile.PL @@ -189,7 +189,7 @@ WriteMakefile 'AUTHOR' => 'ImageMagick Studio LLC', # Module version - 'VERSION' => '7.0.0', + 'VERSION' => '7.00', # Preprocessor defines 'DEFINE' => ' -D_LARGE_FILES=1 -DHAVE_CONFIG_H', # e.g., '-DHAVE_SOMETHING' diff --git a/PerlMagick/Makefile.PL.in b/PerlMagick/Makefile.PL.in index ed524e0e8..184cf8870 100644 --- a/PerlMagick/Makefile.PL.in +++ b/PerlMagick/Makefile.PL.in @@ -189,7 +189,7 @@ WriteMakefile 'AUTHOR' => 'ImageMagick Studio LLC', # Module version - 'VERSION' => '@PACKAGE_VERSION@', + 'VERSION' => '@PACKAGE_PERL_VERSION@', # Preprocessor defines 'DEFINE' => '@LFS_CPPFLAGS@ @DEFS@', # e.g., '-DHAVE_SOMETHING' diff --git a/config/configure.xml b/config/configure.xml index b42e46dc2..cfce35ec4 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -11,7 +11,7 @@ - + diff --git a/configure b/configure index db1c62ea4..026a30384 100755 --- a/configure +++ b/configure @@ -1006,6 +1006,7 @@ PACKAGE_LIB_VERSION_NUMBER PACKAGE_LIB_VERSION PACKAGE_CHANGE_DATE PACKAGE_RELEASE +PACKAGE_PERL_VERSION MAGICK_SVN_REVISION MAGICK_LIBRARY_VERSION_INFO MAGICK_LIBRARY_CURRENT_MIN diff --git a/configure.ac b/configure.ac index fb5e5e1e4..0b14a2ea9 100755 --- a/configure.ac +++ b/configure.ac @@ -113,6 +113,7 @@ AC_SUBST([MAGICK_SVN_REVISION],[magick_svn_revision]) AC_SUBST(PACKAGE_NAME)dnl AC_SUBST(PACKAGE_VERSION)dnl +AC_SUBST(PACKAGE_PERL_VERSION)dnl AC_SUBST(PACKAGE_RELEASE)dnl AC_SUBST(PACKAGE_CHANGE_DATE)dnl AC_SUBST(PACKAGE_LIB_VERSION)dnl diff --git a/version.sh b/version.sh index ee4cbb3ba..8ace302e3 100644 --- a/version.sh +++ b/version.sh @@ -11,6 +11,7 @@ PACKAGE_NAME='ImageMagick' # Package version. This is is the numeric version suffix applied to # PACKAGE_NAME (e.g. "1.0.0"). PACKAGE_VERSION='7.0.0' +PACKAGE_PERL_VERSION='7.00' PACKAGE_LIB_VERSION="0x700" PACKAGE_RELEASE="0" PACKAGE_LIB_VERSION_NUMBER="7,0,0,${PACKAGE_RELEASE}"