summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2019-06-26 21:51:36 +0200
committerNiels Möller <nisse@lysator.liu.se>2019-06-26 21:51:36 +0200
commitee5d62898cf070f08beedc410a8d7c418588bd95 (patch)
tree29278fa47488e9a0e0449165fe04c7c16d3b7c9f /configure.ac
parent9a31a078e5c105cf4dcc85fba323d9e67544e9c4 (diff)
downloadnettle-ee5d62898cf070f08beedc410a8d7c418588bd95.tar.gz
Fixes for Nettle 3.5.1nettle_3.5.1_release_20190627
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 00d2bf5d..3547cae4 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], [nettle-bugs@lists.lysator.liu.se])
+AC_INIT([nettle], [3.5.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.