]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Bumped version numbers for nettle-2.7.1.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 21 May 2013 06:36:32 +0000 (08:36 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 21 May 2013 06:36:32 +0000 (08:36 +0200)
ChangeLog
configure.ac

index ce4605f47c1814a5cf77cd28d01dab2a3634f6de..f1cb4738693bd45a52211dd00fd3ab18ab215015 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-05-21  Niels Möller  <nisse@lysator.liu.se>
+
+       * 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  <nisse@lysator.liu.se>
 
        From master branch:
index 232aa9cbec7bfdfb5e440b409be3cda3a2176a61..c3de71bb910d32f9f89d7fff7b46b2ce2d175d0a 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], [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