]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Set shared library version correctly.
authorSimon Josefsson <simon@josefsson.org>
Sat, 11 Aug 2007 12:35:35 +0000 (14:35 +0200)
committerSimon Josefsson <simon@josefsson.org>
Sat, 11 Aug 2007 12:35:35 +0000 (14:35 +0200)
configure.in

index 06645fe12d28c66c6faf879f51ed547420fa1ca4..b38d60e6835dee08c20c95156253890a3fa710ff 100644 (file)
@@ -35,9 +35,9 @@ AB_INIT
 # Interfaces changed/added/removed:   CURRENT++       REVISION=0
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
-AC_SUBST(LT_CURRENT, 20)
-AC_SUBST(LT_REVISION, 9)
-AC_SUBST(LT_AGE, 7)
+AC_SUBST(LT_CURRENT, 21)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 8)
 ac_full=1
 
 # Used when creating the Windows libgnutls-XX.def files.