summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-01-19 14:20:54 +0100
committerSimon Josefsson <simon@josefsson.org>2008-01-19 14:20:54 +0100
commit56e2cfb68491dfc4b7353c817884fa36856901b4 (patch)
treeeb1ad1f95d5d13c25cf7ef0f214580ee1fb83a5f
parent436934ddefdcedcc2c86cbb72e585498953889de (diff)
downloadgnutls-56e2cfb68491dfc4b7353c817884fa36856901b4.tar.gz
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.
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
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.