OSDN Git Service

shared library version: increment major: 1.0.0
authorJim Meyering <meyering@redhat.com>
Mon, 30 May 2011 10:40:59 +0000 (12:40 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 30 May 2011 10:40:59 +0000 (12:40 +0200)
* libparted/Makefile.am (CURRENT, REVISION): Update from 0.2.0 to 1.0.0,
due to removed interfaces.

libparted/Makefile.am

index dce96b7..0a8923e 100644 (file)
@@ -24,8 +24,8 @@ lib_LTLIBRARIES             = libparted.la
 # Set the shared library version, per Libtool's guidelines.
 # For details, see the "Updating library version information" section of
 # "info libtool".
-CURRENT = 0
-REVISION = 2
+CURRENT = 1
+REVISION = 0
 AGE = 0
 
 libparted_la_LDFLAGS  = -version-info $(CURRENT):$(REVISION):$(AGE)