From: Simon Josefsson Date: Sat, 19 Jan 2008 13:20:54 +0000 (+0100) Subject: Bump version so we are higher than gnutls 2.2.x but remain compatible. X-Git-Tag: gnutls_2_3_1~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56e2cfb68491dfc4b7353c817884fa36856901b4;p=thirdparty%2Fgnutls.git Bump version so we are higher than gnutls 2.2.x but remain compatible. 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. --- diff --git a/configure.in b/configure.in index 07d62445b5..3ce77df651 100644 --- a/configure.in +++ b/configure.in @@ -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.