[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Wed May 18 16:33:45 UTC 2011


 README-release        |    3 +++
 libparted/Makefile.am |    5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit ceea6ad7a336efa37d951e2004fcf3b7d00ebdcb
Author: Jim Meyering <meyering at redhat.com>
Date:   Wed May 18 18:03:30 2011 +0200

    shared library version: increment REVISION
    
    * libparted/Makefile.am (REVISION): Increment, since there have
    been changes to the library, but no interface addition or removal.
    * README-release: Mention the shared-library version update procedure.

diff --git a/README-release b/README-release
index 9b0a40a..2e5266c 100644
--- a/README-release
+++ b/README-release
@@ -4,6 +4,9 @@ Here are most of the steps we (maintainers) follow when making a release.
 
     git checkout master; git pull
 
+* Adjust shared-library settings, CURRENT:REVISION:AGE in
+  libparted/Makefile.am, following instructions in the comments there.
+
 * Run ./configure && make maintainer-clean
 
 * Ensure that the desired versions of autoconf, automake, etc.
diff --git a/libparted/Makefile.am b/libparted/Makefile.am
index 5e95400..dce96b7 100644
--- a/libparted/Makefile.am
+++ b/libparted/Makefile.am
@@ -22,9 +22,10 @@ partedincludedir      = -I$(top_srcdir)/lib -I$(top_srcdir)/include
 lib_LTLIBRARIES	      =	libparted.la
 
 # Set the shared library version, per Libtool's guidelines.
-# For details, see the "Libtool's versioning system" section of "info libtool"
+# For details, see the "Updating library version information" section of
+# "info libtool".
 CURRENT = 0
-REVISION = 1
+REVISION = 2
 AGE = 0
 
 libparted_la_LDFLAGS  = -version-info $(CURRENT):$(REVISION):$(AGE)



More information about the Parted-commits mailing list