Skip to content
Snippets Groups Projects
Commit 7a806262 authored by Niels Möller's avatar Niels Möller
Browse files

Bumped version numbers.

parent ece7af39
No related branches found
No related tags found
No related merge requests found
2014-08-27 Niels Möller <nisse@lysator.liu.se> 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). Merged camellia-reorg changes (starting at 2014-07-04).
* Makefile.in (clean-here): Added ecc-25519.h. * Makefile.in (clean-here): Added ecc-25519.h.
......
...@@ -2,7 +2,7 @@ dnl -*- mode: shell-script; sh-indentation: 2; -*- ...@@ -2,7 +2,7 @@ dnl -*- mode: shell-script; sh-indentation: 2; -*-
dnl Process this file with autoconf to produce a configure script. 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_PREREQ(2.61)
AC_CONFIG_SRCDIR([arcfour.c]) AC_CONFIG_SRCDIR([arcfour.c])
# Needed to stop autoconf from looking for files in parent directories. # Needed to stop autoconf from looking for files in parent directories.
...@@ -13,7 +13,7 @@ AC_CONFIG_HEADER([config.h]) ...@@ -13,7 +13,7 @@ AC_CONFIG_HEADER([config.h])
LIBNETTLE_MAJOR=5 LIBNETTLE_MAJOR=5
LIBNETTLE_MINOR=0 LIBNETTLE_MINOR=0
LIBHOGWEED_MAJOR=3 LIBHOGWEED_MAJOR=4
LIBHOGWEED_MINOR=0 LIBHOGWEED_MINOR=0
AC_CANONICAL_HOST AC_CANONICAL_HOST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment