summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-23 12:06:46 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-23 12:06:46 +0200
commit650e75e1a2d9d4ff4950da5044ac852821d9b8ad (patch)
tree24f8fdbd6d4c2bf5b63cc91319643a9fff602521
parentf04355b981524542b33eaadb12cbed834bb2b1cf (diff)
downloadgnutls-650e75e1a2d9d4ff4950da5044ac852821d9b8ad.tar.gz
bumped version
-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 d722dadafb..1a2174fa57 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.1.14], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.1.15], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 39eaa3127a..26506c8310 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, 48)
- AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 20)
AC_SUBST(LT_SSL_CURRENT, 27)