]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Bumped version numbers, for nettle-2.7.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 16 Apr 2013 11:29:08 +0000 (13:29 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 16 Apr 2013 11:29:08 +0000 (13:29 +0200)
ChangeLog
configure.ac

index 51712c346cadda9deaa4060cb09c960efa962507..35da57d3d2bcea53238a9c770efd50ab317e4ec2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-04-16  Niels Möller  <nisse@lysator.liu.se>
 
+       * configure.ac: Changed version number to 2.7.
+       (LIBNETTLE_MINOR): Bumped library version, to 4.6
+       (LIBHOGWEED_MINOR): And to 2.4
+
        * Makefile.in (distdir): Include files from armv7 subdirectory.
 
        * x86_64/umac-nh-n.asm: New file, 3.5 time speedup.
index dd0bdc43a2536a96c1ab9813915645ed023b7d83..7a0ca8266c7edf461e4a40bc3d80095c9010c09b 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.6], [nettle-bugs@lists.lysator.liu.se])
+AC_INIT([nettle], [2.7], [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=5
+LIBNETTLE_MINOR=6
 
 LIBHOGWEED_MAJOR=2
-LIBHOGWEED_MINOR=3
+LIBHOGWEED_MINOR=4
 
 AC_CANONICAL_HOST