2014-08-27 Niels Möller <nisse@lysator.liu.se>
+ * configure.ac: Bumped package version number to 3.1.
+ (LIBHOGWEED_MAJOR): Bumped library version to 4.0.
+
Merged camellia-reorg changes (starting at 2014-07-04).
* Makefile.in (clean-here): Added ecc-25519.h.
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([nettle], [3.0], [nettle-bugs@lists.lysator.liu.se])
+AC_INIT([nettle], [3.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.
LIBNETTLE_MAJOR=5
LIBNETTLE_MINOR=0
-LIBHOGWEED_MAJOR=3
+LIBHOGWEED_MAJOR=4
LIBHOGWEED_MINOR=0
AC_CANONICAL_HOST