summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-26 20:16:48 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-26 20:17:19 +0100
commit263064b78ba39cb629d1ded2aac5579193584b6b (patch)
tree27a6a392348e7fe24c0060ddf01904e5ecf7917d
parent814974c15494fe1fbdb64040992f2dd13a104ece (diff)
downloadgnutls-263064b78ba39cb629d1ded2aac5579193584b6b.tar.gz
bumped version
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m46
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 5b24364658..9c1e218223 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.19], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.1.20], [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 43ab33e5f2..0b5d1d2cf8 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -39,9 +39,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
- AC_SUBST(LT_CURRENT, 48)
- AC_SUBST(LT_REVISION, 5)
- AC_SUBST(LT_AGE, 20)
+ AC_SUBST(LT_CURRENT, 49)
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 21)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)