summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2017-11-05 22:46:29 +0100
committerNiels Möller <nisse@lysator.liu.se>2017-11-05 22:46:29 +0100
commit8df2963aea5d422f69ca5e55f2b57ab80b1ceffb (patch)
tree9ceeee6e5d8dcd31779431218348d3b9a21eea65 /configure.ac
parent23ec95b84c5b4015887e829280083ed16f666d59 (diff)
downloadnettle-8df2963aea5d422f69ca5e55f2b57ab80b1ceffb.tar.gz
Bump version numbers
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 45ef50e1..c0dbae03 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.3], [nettle-bugs@lists.lysator.liu.se])
+AC_INIT([nettle], [3.4], [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=6
-LIBNETTLE_MINOR=3
+LIBNETTLE_MINOR=4
LIBHOGWEED_MAJOR=4
-LIBHOGWEED_MINOR=3
+LIBHOGWEED_MINOR=4
dnl Note double square brackets, for extra m4 quoting.
MAJOR_VERSION=`echo $PACKAGE_VERSION | sed 's/^\([[^.]]*\)\..*/\1/'`