summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2023-08-06 22:02:27 +0100
committerColin Watson <cjwatson@debian.org>2023-08-06 22:02:28 +0100
commit2d08cde046101c8ae1b71730e4b1c520c05f42b4 (patch)
treefa70f9ada9a1326a3538067ec06fa680d2effdbd
parent56caf0f7d4117bc53a2e1a7c7c434be218d6cc7c (diff)
Release man-db 2.12.0-pre2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 586bd71b..e9910675 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.0-pre1], [cjwatson@debian.org])
+AC_INIT([man-db], [2.12.0-pre2], [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])