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