From 5e398f9f34f66edcd6fdc4b7909a006e31367cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 25 Mar 2010 13:48:39 +0100 Subject: [PATCH] Bumped version numbers. Package version nettle-2.1, library versions 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 --- ChangeLog | 3 +++ configure.ac | 8 ++++---- nettle.texinfo | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index cb4b9ded..7f6e1cdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 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. diff --git a/configure.ac b/configure.ac index ba4d6756..a6fe72d0 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.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. @@ -11,10 +11,10 @@ AC_CONFIG_AUX_DIR([.]) 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 diff --git a/nettle.texinfo b/nettle.texinfo index f8c7c698..fcdd7b51 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -7,7 +7,7 @@ @syncodeindex fn cp @c %**end of header -@set UPDATED-FOR 2.5 +@set UPDATED-FOR 2.1 @set AUTHOR Niels M�ller @copying -- GitLab