From: Zdenek Dohnal Date: Wed, 27 Oct 2021 05:55:31 +0000 (+0200) Subject: configure.ac: Update AC_INIT to 2.4b1 X-Git-Tag: v2.4b1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=216bb59a3fc987c571fde9e9b0d56763e03332d1;p=thirdparty%2Fcups.git configure.ac: Update AC_INIT to 2.4b1 --- 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