summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-02-25 16:50:27 +0000
committerColin Watson <cjwatson@debian.org>2020-02-25 16:57:29 +0000
commit639597d354c5b57145d6d53b079aeb4e2060d42b (patch)
tree95fcf89bd838443cd339df615b4c3c431f44d9eb /configure.ac
parentddb0fa04f6abe9a55d645875930c024352777031 (diff)
Release man-db 2.9.1
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 a1cf040c..65dbeddd 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.9.0], [cjwatson@debian.org])
+AC_INIT([man-db], [2.9.1], [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
@@ -16,7 +16,7 @@ AC_CONFIG_HEADER([config.h])
AC_CANONICAL_HOST
# Define below date and version information to be put into man pages etc.
-date=2019-10-23
+date=2020-02-25
AC_SUBST([date])dnl
roff_version=`echo AC_PACKAGE_VERSION | sed 's/-/\\-/g'`
AC_SUBST([roff_version])dnl