summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-03-26 19:51:37 +0100
committerNiels Möller <nisse@lysator.liu.se>2020-03-26 19:51:37 +0100
commit1249981465e0a3f3786e647ead13b45a87a87b69 (patch)
tree83f31ebd228678a4b27cebbd6ecb797845e40392 /configure.ac
parent5095df6d89a9acfc6bec913e68752d6a5fc04075 (diff)
downloadnettle-1249981465e0a3f3786e647ead13b45a87a87b69.tar.gz
Version number update for Nettle-3.6
* configure.ac: Bump package version to 3.6. (LIBNETTLE_MINOR): Bump minor number, now 7.1. (LIBHOGWEED_MINOR): Bump minor numbers, now 5.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 05849fb6..2ad62284 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], [3.5.1], [nettle-bugs@lists.lysator.liu.se])
+AC_INIT([nettle], [3.6], [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=7
-LIBNETTLE_MINOR=0
+LIBNETTLE_MINOR=1
LIBHOGWEED_MAJOR=5
-LIBHOGWEED_MINOR=0
+LIBHOGWEED_MINOR=1
dnl Note double square brackets, for extra m4 quoting.
MAJOR_VERSION=`echo $PACKAGE_VERSION | sed 's/^\([[^.]]*\)\..*/\1/'`