diff options
author | Jim Meyering <meyering@redhat.com> | 2011-05-18 18:03:30 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-05-18 18:03:30 +0200 |
commit | ceea6ad7a336efa37d951e2004fcf3b7d00ebdcb (patch) | |
tree | b1acef7ccdef42587ab8d0b5bf34e760ffbb09e4 /libparted | |
parent | 09062a793c47d7143c1d1a2ae1456b6132786a8d (diff) | |
download | parted-ceea6ad7a336efa37d951e2004fcf3b7d00ebdcb.tar.gz |
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.
Diffstat (limited to 'libparted')
-rw-r--r-- | libparted/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
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) |