libnettle.so.3.1, libhogweed.so.2.0.
Rev: nettle/ChangeLog:1.61
Rev: nettle/configure.ac:1.14
Rev: nettle/nettle.texinfo:1.9
2010-03-25 Niels Möller <nisse@lysator.liu.se>
+ * configure.ac: Bumped version numbers. Package version
+ nettle-2.1, library versions libnettle.so.3.1, libhogweed.so.2.0.
+
* examples/nettle-benchmark.c (main): Benchmark sha384.
* testsuite/Makefile.in (TS_NETTLE_SOURCES): Added sha384-test.c.
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([nettle], [2.0], [nettle-bugs@lists.lysator.liu.se])
+AC_INIT([nettle], [2.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=3
-LIBNETTLE_MINOR=0
+LIBNETTLE_MINOR=1
-LIBHOGWEED_MAJOR=1
-LIBHOGWEED_MINOR=1
+LIBHOGWEED_MAJOR=2
+LIBHOGWEED_MINOR=0
AC_CANONICAL_HOST
@syncodeindex fn cp
@c %**end of header
-@set UPDATED-FOR 2.5
+@set UPDATED-FOR 2.1
@set AUTHOR Niels Möller
@copying