summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-04-17 01:31:37 +0200
committerSimon Josefsson <simon@josefsson.org>2009-04-17 01:31:37 +0200
commita540003c09db0317cd017016b2d914aedce732ec (patch)
tree6bdf638ca7b6ffd57cdf010df76e4ef6c49cca7c
parent94e07a369b3099ff00a9712d5b3e24b19c4467a8 (diff)
downloadgnutls-a540003c09db0317cd017016b2d914aedce732ec.tar.gz
Bump versions.
-rw-r--r--NEWS2
-rw-r--r--configure.in4
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b807d2f195..7f2866c708 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos
See the end for copying conditions.
+* Version 2.6.6 (unreleased)
+
* Version 2.6.5 (released 2009-04-11)
** libgnutls: Added %SSL3_RECORD_VERSION priority string that allows to
diff --git a/configure.in b/configure.in
index 2f9aaf3b83..19862c6c01 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.6.5], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.6.6], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
@@ -34,7 +34,7 @@ AM_CONFIG_HEADER(config.h)
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 37)
-AC_SUBST(LT_REVISION, 6)
+AC_SUBST(LT_REVISION, 7)
AC_SUBST(LT_AGE, 11)
# Used when creating the Windows libgnutls-XX.def files.