]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Update package versions.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 6 Sep 2016 05:10:03 +0000 (07:10 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 6 Sep 2016 05:10:03 +0000 (07:10 +0200)
ChangeLog
configure.ac

index 4784d19e9b5ee8e1b0eee8ef832784299b3cb16d..4925e0f6ee032923979f234b415a1a468e9c1ae0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-09-06  Niels Möller  <nisse@lysator.liu.se>
+
+       * configure.ac: Bump package version to 3.3.
+       (LIBNETTLE_MINOR): Bump library version to 6.3.
+       (LIBHOGWEED_MINOR): Bump library version to 4.3.
+
 2016-09-05  Niels Möller  <nisse@lysator.liu.se>
 
        * curve25519.h (NETTLE_CURVE25519_RFC7748): New preprocessor
index 1e88477328121bad3d3c6497172f84cc57a36f8b..1d1951b5cf35d19bdad0eb39fe65ad56e3e47a99 100644 (file)
@@ -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.2], [nettle-bugs@lists.lysator.liu.se])
+AC_INIT([nettle], [3.3], [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=6
-LIBNETTLE_MINOR=2
+LIBNETTLE_MINOR=3
 
 LIBHOGWEED_MAJOR=4
-LIBHOGWEED_MINOR=2
+LIBHOGWEED_MINOR=3
 
 dnl Note double square brackets, for extra m4 quoting.
 MAJOR_VERSION=`echo $PACKAGE_VERSION | sed 's/^\([[^.]]*\)\..*/\1/'`