summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-02-04 14:13:54 +0000
committerColin Watson <cjwatson@debian.org>2022-02-04 14:13:54 +0000
commitbfe34108bc20e9d75e3f08bfc8305e4f4cd632a9 (patch)
tree37f4f19a51df8f9cc372bd339a0e12eed587f6ae /configure.ac
parent85781c598d0f44824e55b5cf5bbb140fa5593bae (diff)
Release man-db 2.10.0
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 9381a08a..f3f47be5 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.0-pre1], [cjwatson@debian.org])
+AC_INIT([man-db], [2.10.0], [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_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-01-24
+date=2022-02-04
AC_SUBST([date])dnl
roff_version=`echo AC_PACKAGE_VERSION | sed 's/-/\\-/g'`
AC_SUBST([roff_version])dnl