summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-07-27 11:13:08 +0100
committerColin Watson <cjwatson@debian.org>2018-07-27 11:13:08 +0100
commit22e47d7dad51f60c9bcaf697eec47534ecefe1ee (patch)
tree50580f4ab50de04509e3f8d9a2cba153bfd76d93 /configure.ac
parentc4486722ce98e5d8014f28fc738720f25c9d5cc2 (diff)
* Version: 2.8.4.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e54922bd..1624bd2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
m4_pattern_forbid([^MAN_])
# Initialise and check we're in the correct directory.
-AC_INIT([man-db], [2.8.3], [cjwatson@debian.org])
+AC_INIT([man-db], [2.8.4], [cjwatson@debian.org])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 -Wall -Wno-override -Werror foreign dist-xz no-dist-gzip parallel-tests])
AM_MAINTAINER_MODE
@@ -15,7 +15,7 @@ AC_CONFIG_HEADER([config.h])
AC_CANONICAL_HOST
# Define below date and version information to be put into man pages etc.
-date=2018-04-05
+date=2018-07-27
AC_SUBST([date])dnl
roff_version=`echo AC_PACKAGE_VERSION | sed 's/-/\\-/g'`
AC_SUBST([roff_version])dnl