]> granicus.if.org Git - imagemagick/blobdiff - version.sh
(no commit message)
[imagemagick] / version.sh
index 2b2a2c8362324205d13d3d59d5c86c69572424cc..bf63f7990937088f817903c2e84505c82e6fb2de 100644 (file)
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
 # PACKAGE_NAME (e.g. "1.0.0").
 PACKAGE_VERSION='6.5.9'
 PACKAGE_LIB_VERSION="0x659"
-PACKAGE_RELEASE="2"
+PACKAGE_RELEASE="7"
 PACKAGE_LIB_VERSION_NUMBER="6,5,9,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
@@ -35,18 +35,12 @@ PACKAGE_VERSION_ADDENDUM="-${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.
+#   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