From e0488e72f75415eaa3e2088534cf48c79c85e535 Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 5 Dec 2010 18:49:00 +0000 Subject: [PATCH] --- version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.sh b/version.sh index eb41a5863..a7f6516f2 100644 --- a/version.sh +++ b/version.sh @@ -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 AGE( micro), 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 -- 2.40.0