From: Niels Möller Date: Sun, 4 Mar 2012 20:32:40 +0000 (+0100) Subject: Updated library numbers, to libnettle.4.4 and libhogweed.2.2. X-Git-Tag: nettle_2.5_release_20120707~73^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21658865e8d40574f132d17874ab45ff3c9161da;p=thirdparty%2Fnettle.git Updated library numbers, to libnettle.4.4 and libhogweed.2.2. --- diff --git a/ChangeLog b/ChangeLog index 88e14a9c..9a0cc5f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-03-04 Niels Möller + + * configure.ac (LIBNETTLE_MINOR): Bumped library version, to 4.4. + (LIBHOGWEED_MINOR): And to 2.2. + 2012-02-27 Niels Möller * nettle.texinfo: Documentation for base16 and base64 encoding. diff --git a/configure.ac b/configure.ac index 9c9de1ed..ddd7626a 100644 --- a/configure.ac +++ b/configure.ac @@ -11,10 +11,10 @@ AC_CONFIG_AUX_DIR([.]) AC_CONFIG_HEADER([config.h]) LIBNETTLE_MAJOR=4 -LIBNETTLE_MINOR=3 +LIBNETTLE_MINOR=4 LIBHOGWEED_MAJOR=2 -LIBHOGWEED_MINOR=1 +LIBHOGWEED_MINOR=2 AC_CANONICAL_HOST