]> granicus.if.org Git - imagemagick/blobdiff - version.sh
(no commit message)
[imagemagick] / version.sh
index 52033443b28d4232aa367d895c2e286332b59fb0..c721628cf73b4e2c64a939d3ea56612258445670 100644 (file)
@@ -10,10 +10,10 @@ PACKAGE_NAME='ImageMagick'
 #
 # Package version.  This is is the numeric version suffix applied to
 # PACKAGE_NAME (e.g. "1.0.0").
-PACKAGE_VERSION='6.5.7'
-PACKAGE_LIB_VERSION="0x657"
-PACKAGE_RELEASE="2"
-PACKAGE_LIB_VERSION_NUMBER="6,5,7,${PACKAGE_RELEASE}"
+PACKAGE_VERSION='6.6.0'
+PACKAGE_LIB_VERSION="0x660"
+PACKAGE_RELEASE="4"
+PACKAGE_LIB_VERSION_NUMBER="6,6,0,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
 
@@ -25,7 +25,7 @@ PACKAGE_CHANGE_DATE=`awk '/^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]/ { print
 #
 # Package version addendum.  This is an arbitrary suffix (if any) appended
 # to the package version. (e.g. "beta1")
-PACKAGE_LIB_SUBVERSION="-${PACKAGE_RELEASE}"
+PACKAGE_VERSION_ADDENDUM="-${PACKAGE_RELEASE}"
 
 #
 # Libtool library revision control info: See the libtool documentation under
@@ -35,18 +35,12 @@ PACKAGE_LIB_SUBVERSION="-${PACKAGE_RELEASE}"
 # Here are a set of rules to help you update your library version
 # information:
 #
-#  1. Start with version information of `0:0:0' for each libtool library.
-#  2. Update the version information only immediately before a public
-#     release of your software. More frequent updates are unnecessary, and
-#     only guarantee that the current interface number gets larger faster.
-#  3. If the library source code has changed at all since the last update,
-#     then increment revision (`c:r:a' becomes `c:r+1:a').
-#  4. If any interfaces have been added, removed, or changed since the last
-#     update, increment current, and set revision to 0.
-#  5. If any interfaces have been added since the last public release, then
-#     increment age.
-#  6. If any interfaces have been removed since the last public release,
-#     then set age to 0.
-MAGICK_LIBRARY_CURRENT=2
+#   If there is any interface change, increment CURRENT (major).  If that
+#   interface change does not break upward compatibility (i.e. it is an
+#   addition), increment AGE( micro), Otherwise AGE is reset to 0. If CURRENT
+#   has changed, REVISION (minor) is set to 0, otherwise REVISION is
+#   incremented.
+
+MAGICK_LIBRARY_CURRENT=3
 MAGICK_LIBRARY_REVISION=0
 MAGICK_LIBRARY_AGE=0