[gnome-keyring/gnome-3-0] Bump libtool version of gnome-keyring library for 3.0



commit aebb7bf381694c3b72e456c2c1d19c0853d18836
Author: Stef Walter <stefw collabora co uk>
Date:   Mon May 9 10:49:48 2011 +0200

    Bump libtool version of gnome-keyring library for 3.0
    
    Unneeded unused API was removed.

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index da9d310..2732417 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ dnl ****************************************************************************
 dnl Library package and libtool versioning
 dnl
 dnl Updating the libtool versions, follow these instructions sequentially:
-dnl  1. If the library source code has changed at all since the last update, then increment revision (â??c:r:aâ?? becomes â??c:r+1:aâ??).
+dnl  1. If the library source code has changed at all since the last update, then increment revision ('c:r:a' becomes 'c:r+1:a').
 dnl  2. If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0.
 dnl  3. If any interfaces have been added since the last public release, then increment age.
 dnl  4. If any interfaces have been removed or changed since the last public release, then set age to 0.
@@ -30,7 +30,7 @@ GCR_MINOR=0
 GCR_MICRO=0
 
 # GCR libtool versioning
-GCR_CURRENT=0
+GCR_CURRENT=1
 GCR_REVISION=0
 GCR_AGE=0
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]