summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-31 10:29:30 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-05-31 10:29:30 +0200
commit058a0baf4b956759b59bad6b375f91acaf516add (patch)
tree323637aa732f49635b4c467cc4c574a133ecb78e
parent128c26cfecff7e6cbd97669536de71d60c1a2c7c (diff)
downloadgnutls-058a0baf4b956759b59bad6b375f91acaf516add.tar.gz
bumped versiongnutls_3_3_4
-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 3dc6d2bd53..f05bb1ac6e 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2014 Free Software Foundation, Inc.
Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.3.4 (unreleased)
+* Version 3.3.4 (released 2014-05-31)
** libgnutls: Updated Andy Polyakov's assembly code. That prevents a
crash on certain CPUs.
diff --git a/configure.ac b/configure.ac
index 71acff5095..38fc2d7ab3 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.3.3], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.4], [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 ef6129d874..cd3e5b43dc 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, 65)
- AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 37)
AC_SUBST(LT_SSL_CURRENT, 27)