summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2023-08-06 13:50:36 +0100
committerColin Watson <cjwatson@debian.org>2023-08-06 13:50:36 +0100
commit479db004691e5780045d06254e0c247e1b828dd2 (patch)
tree815975b8b85370808fbfce4197a87096d30f9d86 /configure.ac
parent39cdee4ada59d711d066628ec827508070d90a70 (diff)
Release man-db 2.12.0-pre1
* man/po4a/po/*.pot, man/po4a/po/*.po, po/man-db.pot, po/*.po: Update. * NEWS.md: Bump next version to 2.12.0. * configure.ac: Update version and date.
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 ee169486..586bd71b 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.11.2], [cjwatson@debian.org])
+AC_INIT([man-db], [2.12.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=2023-01-08
+date=2023-08-06
AC_SUBST([date])dnl
roff_version=`echo AC_PACKAGE_VERSION | sed 's/-/\\-/g'`
AC_SUBST([roff_version])dnl