From: Niels Möller Date: Tue, 26 Oct 2004 19:57:10 +0000 (+0200) Subject: Bumped version to 1.12. X-Git-Tag: nettle_1.12_release_20041104~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e8044f2b0d86091069235fbd2dee28651144508;p=thirdparty%2Fnettle.git Bumped version to 1.12. Rev: src/nettle/ChangeLog:1.291 Rev: src/nettle/configure.ac:1.48 --- diff --git a/ChangeLog b/ChangeLog index 82c14dd9..80d484b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-10-26 Niels Möller + * configure.ac: Bumped version to 1.12. + * Released nettle-1.11. * Makefile.in (clean-here): Delete *.s files. diff --git a/configure.ac b/configure.ac index 121175aa..24a22e42 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.11], [nettle-bugs@lists.lysator.liu.se]) +AC_INIT([nettle], [1.12], [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.