diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -3,6 +3,8 @@ Copyright (C) 2004, 2005, 2006, 2007, 2008 Simon Josefsson Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos See the end for copying conditions. +* Version 2.3.4.netconf.2 (unreleased) + * Version 2.3.4.netconf.1 (released 2008-05-15) ** Handle psk_identity_hint field in client. diff --git a/configure.in b/configure.in index d00dccfb0c..07f31e56e3 100644 --- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script. # USA AC_PREREQ(2.61) -AC_INIT([GnuTLS], [2.3.4.netconf.1], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.3.4.netconf.2], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_TARGET @@ -37,7 +37,7 @@ AB_INIT # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 28) -AC_SUBST(LT_REVISION, 3) +AC_SUBST(LT_REVISION, 4) AC_SUBST(LT_AGE, 2) ac_full=1 |