summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-04-07 23:16:34 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-04-07 23:17:12 +0200
commitfe452ac623b2c83de7823c90dee0e4ddbd0f82e4 (patch)
tree236eb84bbfc060e1d92a0d8faf3c3aace6aaa512
parent11270cdcd4a91491da3278906751d3451c44ffdc (diff)
downloadgnutls-fe452ac623b2c83de7823c90dee0e4ddbd0f82e4.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 dc2b32b44e..dbe32ee2fc 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.2.12], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.2.13], [bugs@gnutls.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 59316574e6..adbba53600 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, 58)
- AC_SUBST(LT_REVISION, 3)
+ AC_SUBST(LT_REVISION, 4)
AC_SUBST(LT_AGE, 30)
AC_SUBST(LT_SSL_CURRENT, 27)