From: Niels Möller Date: Tue, 21 May 2013 06:36:32 +0000 (+0200) Subject: Bumped version numbers for nettle-2.7.1. X-Git-Tag: nettle_2.7.1_release_20130528~6 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c61081e8e51c60399ef9c0a179a6932ebd3e4885;p=thirdparty%2Fnettle.git Bumped version numbers for nettle-2.7.1. --- diff --git a/ChangeLog b/ChangeLog index ce4605f4..f1cb4738 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-05-21 Niels Möller + + * configure.ac: Changed version number to 2.7.1. + (LIBHOGWEED_MINOR): Bumped library version, to 4.7. + (LIBHOGWEED_MINOR): And to 2.5. + 2013-05-17 Niels Möller From master branch: diff --git a/configure.ac b/configure.ac index 232aa9cb..c3de71bb 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], [2.7], [nettle-bugs@lists.lysator.liu.se]) +AC_INIT([nettle], [2.7.1], [nettle-bugs@lists.lysator.liu.se]) AC_PREREQ(2.61) AC_CONFIG_SRCDIR([arcfour.c]) # Needed to stop autoconf from looking for files in parent directories. @@ -11,10 +11,10 @@ AC_CONFIG_AUX_DIR([.]) AC_CONFIG_HEADER([config.h]) LIBNETTLE_MAJOR=4 -LIBNETTLE_MINOR=6 +LIBNETTLE_MINOR=7 LIBHOGWEED_MAJOR=2 -LIBHOGWEED_MINOR=4 +LIBHOGWEED_MINOR=5 AC_CANONICAL_HOST