diff --git a/ChangeLog b/ChangeLog
index 094113c46e6d47e7e669fce58a53c1ef670011cc..100c1099f7b9adca7cb982c045c543da89b193fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-12-05  Niels M�ller  <nisse@lysator.liu.se>
 
+	* configure.ac: Bumped version to 1.15,
+
+	* Released nettle-1.14.
+
 	* NEWS: Updated for 1.14.
 
 	* configure.ac (SHLIBMINOR): Increased minor number. Library
diff --git a/configure.ac b/configure.ac
index f2481b5f172d4815a4d627783cd76a7ffe0c4ed7..0b906f9e4f70b8e1f5af42c482f0533c093a6446 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl -*- mode: shell-script; sh-indentation: 2; -*-
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([nettle], [1.14], [nettle-bugs@lists.lysator.liu.se])
+AC_INIT([nettle], [1.15], [nettle-bugs@lists.lysator.liu.se])
 AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR([arcfour.c])
 # Needed to stop autoconf from looking for files in parent directories.