summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-20 22:52:14 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-20 22:52:14 +0100
commit1c80b5a09fef3c3dbf675cc38141d7ddd65a0ea2 (patch)
treeaa6a387e879b80d04870063260ee6dc2a80a1bdc
parent7b3e70c11682b84885374eff8d42402540168994 (diff)
downloadgnutls-1c80b5a09fef3c3dbf675cc38141d7ddd65a0ea2.tar.gz
bumped versions
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a54988e25f..2b452650ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.0.13], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.0.14], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 09b6500d20..6c5139f75a 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 34)
- AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 6)
AC_SUBST(LT_SSL_CURRENT, 27)