From 4bfbe3314e04577e1dedf77c1006baaaad0c10cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 16 Apr 2013 13:29:08 +0200
Subject: [PATCH] Bumped version numbers, for nettle-2.7.

---
 ChangeLog    | 4 ++++
 configure.ac | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 51712c34..35da57d3 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index dd0bdc43..7a0ca826 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], [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
 
-- 
GitLab