summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-09-12 11:47:30 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-09-12 11:47:30 +0200
commitb748fc3c74b620ac21b552eb329b1b522b1aa6ec (patch)
treef23000abaffb0ddc9d35e9d9cf5013104f5658e2
parent1bfa61caa217e351d775e0e84612272fc11c1fec (diff)
downloadgnutls-b748fc3c74b620ac21b552eb329b1b522b1aa6ec.tar.gz
bumped versiongnutls_3_4_5
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f40a54e319..060b88fefe 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2015 Free Software Foundation, Inc.
Copyright (C) 2013-2015 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.4.5 (unreleased)
+* Version 3.4.5 (released 2015-09-12)
** libgnutls: When re-importing CRLs to a trust list ensure that there
no duplicate entries.
diff --git a/configure.ac b/configure.ac
index 3f20af88c2..4100886e4d 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.4.4], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.4.5], [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 76b1630b3d..b3c3289c74 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
AC_SUBST(LT_CURRENT, 33)
- AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 3)
AC_SUBST(LT_SSL_CURRENT, 27)