]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 5 Dec 2010 18:49:00 +0000 (18:49 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 5 Dec 2010 18:49:00 +0000 (18:49 +0000)
version.sh

index eb41a586308ef1b16957464eca3050c1410a5368..a7f6516f2a1779bff3196c2004895772c06ddbab 100644 (file)
@@ -37,10 +37,10 @@ PACKAGE_VERSION_ADDENDUM="-${PACKAGE_RELEASE}"
 #
 #   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 AGEmicro), Otherwise AGE is reset to 0. If CURRENT
+#   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=4
-MAGICK_LIBRARY_REVISION=0
+MAGICK_LIBRARY_REVISION=1
 MAGICK_LIBRARY_AGE=0