From: Stef Walter Date: Fri, 13 Jul 2012 10:24:35 +0000 (+0200) Subject: Bump the library major version number X-Git-Tag: upstream/0.13~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=234855ea7d6590edcdb2b981050d9257bfcabcdc;p=platform%2Fupstream%2Flibsecret.git 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 --- 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