]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
configure.ac: Update AC_INIT to 2.4b1
authorZdenek Dohnal <zdohnal@redhat.com>
Wed, 27 Oct 2021 05:55:31 +0000 (07:55 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Wed, 27 Oct 2021 05:55:31 +0000 (07:55 +0200)
configure.ac

index 4c3c6fa3b9d2cff2b97f8f06d82ba6fec9b0cee4..a57f10958b7113854692b5941bd2a2bb3e699f78 100644 (file)
@@ -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