diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -3,6 +3,11 @@ Copyright (C) 2004, 2005, 2006 Simon Josefsson Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos See the end for copying conditions. +* Version 1.3.5 (unreleased) + +** API and ABI modifications: +No changes since last version. + * Version 1.3.4 (released 2006-02-09) ** Fix read of out bounds bug in DER parser. diff --git a/configure.in b/configure.in index ec14942abc..a87414cfe3 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script. # along with GNUTLS; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -AC_INIT(gnutls, [1.3.4], [bug-gnutls@gnu.org]) +AC_INIT(gnutls, [1.3.5], [bug-gnutls@gnu.org]) AC_PREREQ(2.59) AC_CANONICAL_TARGET @@ -34,7 +34,7 @@ AB_INIT # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 13) -AC_SUBST(LT_REVISION, 3) +AC_SUBST(LT_REVISION, 4) AC_SUBST(LT_AGE, 0) ac_full=1 |