summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-10-06 07:41:14 +0200
committerStef Walter <stefw@redhat.com>2014-10-06 07:41:14 +0200
commitaf8fba2fa90c6d9b98750f7e33c3b0df9f698cfc (patch)
treefeac8172f29687e528146f6673e037e55a30ce79
parentab778cc54c8671ba79cf4baca7be2608c7cce886 (diff)
downloadp11-kit-af8fba2fa90c6d9b98750f7e33c3b0df9f698cfc.tar.gz
Bump libtool versioning for added APIs
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 77cadb0..115d98d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,9 +13,9 @@ AC_INIT([p11-kit],
# +1 : 0 : 0 == removed an interface. Breaks old apps.
# ? : +1 : ? == internal changes that doesn't break anything.
-P11KIT_CURRENT=0
+P11KIT_CURRENT=1
P11KIT_REVISION=0
-P11KIT_AGE=0
+P11KIT_AGE=1
# ------------------------------------------------------------------------------