diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | lib/configure.ac | 2 | ||||
-rw-r--r-- | lib/m4/hooks.m4 | 6 | ||||
-rw-r--r-- | libextra/configure.ac | 2 |
5 files changed, 11 insertions, 6 deletions
@@ -3,6 +3,11 @@ 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.9.0 (unreleased) + +** API and ABI modifications: +No changes since last version. + * Version 2.8.0 (released 2009-05-27) ** doc: Fix gnutls_dh_get_prime_bits. Fix error codes and algorithm lists. diff --git a/configure.ac b/configure.ac index 657514f966..3ac114b2fc 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script. # USA AC_PREREQ(2.61) -AC_INIT([GnuTLS], [2.8.0], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [2.9.0], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/lib/configure.ac b/lib/configure.ac index e0fcb953a2..d3394897fe 100644 --- a/lib/configure.ac +++ b/lib/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script. # MA 02110-1301, USA AC_PREREQ(2.61) -AC_INIT([libgnutls], [2.8.0], [bug-gnutls@gnu.org]) +AC_INIT([libgnutls], [2.9.0], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4 index c0587747bd..5ed6d1a19c 100644 --- a/lib/m4/hooks.m4 +++ b/lib/m4/hooks.m4 @@ -26,9 +26,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 - AC_SUBST(LT_CURRENT, 40) - AC_SUBST(LT_REVISION, 7) - AC_SUBST(LT_AGE, 14) + AC_SUBST(LT_CURRENT, 41) + AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_AGE, 15) # Used when creating the Windows libgnutls-XX.def files. DLL_VERSION=`expr ${LT_CURRENT} - ${LT_AGE}` diff --git a/libextra/configure.ac b/libextra/configure.ac index a31402d9ed..24ffd36fab 100644 --- a/libextra/configure.ac +++ b/libextra/configure.ac @@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script. # 02110-1301, USA. AC_PREREQ(2.61) -AC_INIT([libgnutls-extra], [2.8.0], [bug-gnutls@gnu.org]) +AC_INIT([libgnutls-extra], [2.9.0], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |