]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump version so we are higher than gnutls 2.2.x but remain compatible.
authorSimon Josefsson <simon@josefsson.org>
Sat, 19 Jan 2008 13:20:54 +0000 (14:20 +0100)
committerSimon Josefsson <simon@josefsson.org>
Sat, 19 Jan 2008 13:20:54 +0000 (14:20 +0100)
This will avoid shared library name conflicts with 2.2.x, and also that
any 2.3.x libraries will always be prefered over 2.2.x.

configure.in

index 07d62445b543a3f5c765f1841060f473ac646638..3ce77df651e48d67bb3431259e553af21a7be913 100644 (file)
@@ -36,9 +36,9 @@ AB_INIT
 # Interfaces changed/added/removed:   CURRENT++       REVISION=0
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
-AC_SUBST(LT_CURRENT, 27)
-AC_SUBST(LT_REVISION, 2)
-AC_SUBST(LT_AGE, 1)
+AC_SUBST(LT_CURRENT, 28)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 2)
 ac_full=1
 
 # Used when creating the Windows libgnutls-XX.def files.