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.
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.
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