From: Niels Möller Date: Mon, 5 Dec 2005 20:23:00 +0000 (+0100) Subject: * configure.ac: Bumped version to 1.15, X-Git-Tag: head_before_experimental_merge_20060516~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5aa9e16a4257ef7b8993d790d851f77aae6f3258;p=thirdparty%2Fnettle.git * configure.ac: Bumped version to 1.15, Rev: src/nettle/ChangeLog:1.387 Rev: src/nettle/configure.ac:1.73 --- diff --git a/ChangeLog b/ChangeLog index 094113c4..100c1099 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-12-05 Niels Möller + * 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 f2481b5f..0b906f9e 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.