summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-01-12 21:35:36 +0000
committerSimon Josefsson <simon@josefsson.org>2006-01-12 21:35:36 +0000
commit150a89542570dffdb4abaaac5ecbbd18f92dc248 (patch)
tree082cd2f9092ec8f3e5af8e7e73564a1c770435b0
parent38aaf62d3989a92a71679924c0cd992d7a0ec6a8 (diff)
downloadgnutls-150a89542570dffdb4abaaac5ecbbd18f92dc248.tar.gz
Bump versions.
-rw-r--r--NEWS2
-rw-r--r--configure.in7
2 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f6abde6a64..6ac3a63c33 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ 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.4 (unreleased)
+
* Version 1.3.3 (released 2006-01-12)
** New API to access the TLS master secret.
diff --git a/configure.in b/configure.in
index 3abed004da..5b123276c1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006
+# Free Software Foundation, Inc.
#
# Author: Nikos Mavroyanopoulos
#
@@ -19,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.3], [bug-gnutls@gnu.org])
+AC_INIT(gnutls, [1.3.4], [bug-gnutls@gnu.org])
AC_PREREQ(2.59)
AC_CANONICAL_TARGET
@@ -33,7 +34,7 @@ AB_INIT
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 13)
-AC_SUBST(LT_REVISION, 2)
+AC_SUBST(LT_REVISION, 3)
AC_SUBST(LT_AGE, 0)
ac_full=1