summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-02 20:08:44 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-02 20:08:44 +0200
commit25d40ee40c166029ece1b912c43015e12c3745c8 (patch)
treef1d0cd1a6f0c2a53db91755b3283abb0fdae3751
parent5bd518deaab699d46164f9e82744f482f3dabde7 (diff)
downloadgnutls-25d40ee40c166029ece1b912c43015e12c3745c8.tar.gz
bumped version
-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 a971972810..cbef62e767 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*-
Copyright (C) 2000-2012 Free Software Foundation, Inc.
See the end for copying conditions.
-* Version 3.0.23 (unreleased)
+* Version 3.0.23 (released 2012-09-02)
** gnutls-serv: Listens on IPv6. Patch by Bernhard R. Link.
diff --git a/configure.ac b/configure.ac
index 3f31f67506..91ed79ee5e 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.0.22], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.0.23], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 4bdc0a16f6..8485dcbe0d 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, 38)
- AC_SUBST(LT_REVISION, 1)
+ AC_SUBST(LT_REVISION, 2)
AC_SUBST(LT_AGE, 10)
AC_SUBST(LT_SSL_CURRENT, 27)