summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-06-26 20:10:23 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-06-26 20:10:23 +0200
commit2feb9c5656e8ac56b21dbe9f1b226a19e77d3926 (patch)
tree4bd48ee05923077bbd4a17746aefc7f1cb172c9e
parent06eab39d8d01594864c35fde9b35d6d654d2958b (diff)
downloadgnutls-2feb9c5656e8ac56b21dbe9f1b226a19e77d3926.tar.gz
bumped version
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m46
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index a4cfa6b453..32726915c4 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.5 (unreleased)
+* Version 3.3.5 (released 2014-06-26)
** libgnutls: Added gnutls_record_recv_packet() and gnutls_packet_deinit().
These functions provide a variant of gnutls_record_recv() that avoids
diff --git a/configure.ac b/configure.ac
index 38fc2d7ab3..25796ca141 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.4], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.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 740a8d5b23..37bb3bf7a2 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 (+bump all symbol versions in .map)
- AC_SUBST(LT_CURRENT, 65)
- AC_SUBST(LT_REVISION, 1)
- AC_SUBST(LT_AGE, 37)
+ AC_SUBST(LT_CURRENT, 66)
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 38)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)