diff options
author | Stef Walter <stefw@redhat.com> | 2014-10-06 07:41:14 +0200 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2014-10-06 07:41:14 +0200 |
commit | af8fba2fa90c6d9b98750f7e33c3b0df9f698cfc (patch) | |
tree | feac8172f29687e528146f6673e037e55a30ce79 | |
parent | ab778cc54c8671ba79cf4baca7be2608c7cce886 (diff) |
Bump libtool versioning for added APIs
-rw-r--r-- | configure.ac | 4 |
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 # ------------------------------------------------------------------------------ |