From: Stef Walter Date: Mon, 6 Oct 2014 05:41:14 +0000 (+0200) Subject: Bump libtool versioning for added APIs X-Git-Tag: 0.22.1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af8fba2fa90c6d9b98750f7e33c3b0df9f698cfc;p=p11-kit Bump libtool versioning for added APIs --- 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 # ------------------------------------------------------------------------------