summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-02-26 11:55:22 +0100
committerSimon Josefsson <simon@josefsson.org>2009-02-26 11:55:22 +0100
commit6aaef5af0e1574f886a4ed0521790961df249fdf (patch)
tree1bfeb15b63099f2b72e0b7cce1f369b6c6668cc4
parenta71577b9fa4d27ea30f0c526f9d337e5f6517ba4 (diff)
downloadgnutls-6aaef5af0e1574f886a4ed0521790961df249fdf.tar.gz
Bump versions.
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index cb071caada..3b0cd3bc65 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
# Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos
@@ -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.4], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.6.5], [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, 5)
+AC_SUBST(LT_REVISION, 6)
AC_SUBST(LT_AGE, 11)
# Used when creating the Windows libgnutls-XX.def files.