summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-10-02 18:09:06 +0100
committerColin Watson <cjwatson@debian.org>2022-10-02 18:09:06 +0100
commit400501dd530cc34cd24bf97d8ea78dd323c83992 (patch)
tree2df5d91f05b8e67c13d51b0781b2d52de66a7651 /configure.ac
parent6f365dd91abdbe7229d9a8b3c465cd5f6dfef57c (diff)
Release man-db 2.11.0-pre1
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 78b03496..113f6b7e 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.10.2], [cjwatson@debian.org])
+AC_INIT([man-db], [2.11.0-pre1], [cjwatson@debian.org])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.14 -Wall -Wno-override -Werror foreign dist-xz no-dist-gzip parallel-tests])
AM_SILENT_RULES([yes])
@@ -15,7 +15,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_HOST
# Define below date and version information to be put into man pages etc.
-date=2022-03-17
+date=2022-10-02
AC_SUBST([date])dnl
roff_version=`echo AC_PACKAGE_VERSION | sed 's/-/\\-/g'`
AC_SUBST([roff_version])dnl