[libsecret] Bump the library major version number



commit 234855ea7d6590edcdb2b981050d9257bfcabcdc
Author: Stef Walter <stefw gnome org>
Date:   Fri Jul 13 12:24:35 2012 +0200

    Bump the library major version number
    
     * We want to settle on 1 after first stable release
     * Since we're going to start patching projects we want this to have
       the pkg-config file be libsecret-1

 configure.ac                                       |    2 +-
 libsecret/{Secret-0.metadata => Secret-1.metadata} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 48389f6..24f8154 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ dnl  2. If any interfaces have been added, removed, or changed since the last up
 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.
 
-SECRET_MAJOR=0
+SECRET_MAJOR=1
 SECRET_MINOR=0
 SECRET_MICRO=0
 
diff --git a/libsecret/Secret-0.metadata b/libsecret/Secret-1.metadata
similarity index 100%
rename from libsecret/Secret-0.metadata
rename to libsecret/Secret-1.metadata



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