From 216bb59a3fc987c571fde9e9b0d56763e03332d1 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 27 Oct 2021 07:55:31 +0200 Subject: [PATCH] configure.ac: Update AC_INIT to 2.4b1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4c3c6fa3b9..a57f10958b 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl We need at least autoconf 2.71... AC_PREREQ([2.71]) dnl Package name and version... -AC_INIT([CUPS],[2.4.0],[https://github.com/openprinting/cups/issues],[cups],[https://openprinting.github.io/cups]) +AC_INIT([CUPS],[2.4b1],[https://github.com/openprinting/cups/issues],[cups],[https://openprinting.github.io/cups]) dnl This line is provided to ensure that you don't run the autoheader program dnl against this project. Doing so is completely unsupported and WILL cause -- 2.47.2