From: Niels Möller Date: Wed, 27 Aug 2014 12:00:30 +0000 (+0200) Subject: Bumped version numbers. X-Git-Tag: nettle_3.1rc1~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a806262eeedbeb49b3a26112beec51a1624c82c;p=thirdparty%2Fnettle.git Bumped version numbers. --- diff --git a/ChangeLog b/ChangeLog index 3fde054b..5154cee4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-08-27 Niels Möller + * configure.ac: Bumped package version number to 3.1. + (LIBHOGWEED_MAJOR): Bumped library version to 4.0. + Merged camellia-reorg changes (starting at 2014-07-04). * Makefile.in (clean-here): Added ecc-25519.h. diff --git a/configure.ac b/configure.ac index ddee35c7..19fe06cb 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], [3.0], [nettle-bugs@lists.lysator.liu.se]) +AC_INIT([nettle], [3.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. @@ -13,7 +13,7 @@ AC_CONFIG_HEADER([config.h]) LIBNETTLE_MAJOR=5 LIBNETTLE_MINOR=0 -LIBHOGWEED_MAJOR=3 +LIBHOGWEED_MAJOR=4 LIBHOGWEED_MINOR=0 AC_CANONICAL_HOST