summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-08-31 13:08:36 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-08-31 13:11:22 +0300
commitf9ee722a969f250169bb1db84b9cfe98a037cba1 (patch)
tree42dcad19007fd0c3cfd373d91715aaf8c7cbaa5b
parentdc0d981ddf8966c0c93a69a8f3ee53e184069d22 (diff)
downloadgnutls-f9ee722a969f250169bb1db84b9cfe98a037cba1.tar.gz
released 3.2.4
-rw-r--r--NEWS2
-rw-r--r--m4/hooks.m46
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 66f2154f4c..8f5ec82b16 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2012 Free Software Foundation, Inc.
Copyright (C) 2013 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.2.4 (unreleased)
+* Version 3.2.4 (released 2013-08-31)
** libgnutls: Fixes when session tickets and session DB are used.
Report and initial patch by Stefan Buehler.
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 746b19f091..3ccdc41090 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, 52)
- AC_SUBST(LT_REVISION, 1)
- AC_SUBST(LT_AGE, 24)
+ AC_SUBST(LT_CURRENT, 53)
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 25)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)