summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2024-04-05 08:52:38 +0100
committerColin Watson <cjwatson@debian.org>2024-04-05 08:52:38 +0100
commit2614a85c8ef827bfc4b601b2cfb7f033f10381ca (patch)
tree92b68ae6cc2d9f77e6763d22bbd80c1df4f6e548 /configure.ac
parent0f1b3a9bc83cc428ae2534ccf825c0473f05b461 (diff)
Release man-db 2.12.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 6e4aed79..56907dc1 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.12.1-pre1], [cjwatson@debian.org])
+AC_INIT([man-db], [2.12.1], [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=2024-03-28
+date=2024-04-05
AC_SUBST([date])dnl
roff_version=`echo AC_PACKAGE_VERSION | sed 's/-/\\-/g'`
AC_SUBST([roff_version])dnl