summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-24 19:10:31 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-24 19:10:31 +0100
commite160f9d9ff4f5bbfb35e5f617796cf8bee6b1558 (patch)
tree872a33f2af51fe46ad2481bdb7bb91cbfd5ca784
parentb0e58de548ac70312988e5de937d56954f6975d5 (diff)
downloadgnutls-e160f9d9ff4f5bbfb35e5f617796cf8bee6b1558.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 a95f0fd70f..5b24364658 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.18], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.1.19], [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 6fd972737a..43ab33e5f2 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, 4)
+ AC_SUBST(LT_REVISION, 5)
AC_SUBST(LT_AGE, 20)
AC_SUBST(LT_SSL_CURRENT, 27)