summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-09-21 11:45:08 +0000
committerSimon Josefsson <simon@josefsson.org>2006-09-21 11:45:08 +0000
commit88a08fbc78bfe3608dfcec99b6efd8c563800376 (patch)
tree75a5c34d84d3b143dbf355ddacd522883b243757
parenta75c711e9bf9e4f2b4b0ec1170a744b1535bdb35 (diff)
downloadgnutls-88a08fbc78bfe3608dfcec99b6efd8c563800376.tar.gz
Bump versions.
-rw-r--r--NEWS5
-rw-r--r--configure.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f8cd9bfe22..cb1070c9a7 100644
--- a/NEWS
+++ b/NEWS
@@ -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.4.5 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
* Version 1.4.4 (released 2006-09-12)
** Relax the test that caught signatures that exploit the variant of
diff --git a/configure.in b/configure.in
index 72f19b5251..8bfb62b12e 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.4.4], [bug-gnutls@gnu.org])
+AC_INIT(gnutls, [1.4.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, 9)
+AC_SUBST(LT_REVISION, 10)
AC_SUBST(LT_AGE, 0)
ac_full=1