summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-03-22 09:32:09 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-03-22 09:32:09 -0400
commit63f8dcbd4703fe307cf40c2ea6df9ed7ab8789df (patch)
tree9330e881d768bf37d9ef79bb845fee5c054c663e /configure.ac
parent6a76f435d85ed590efcc5f5b89a2718557764267 (diff)
downloadcups-63f8dcbd4703fe307cf40c2ea6df9ed7ab8789df.tar.gz
Next release is 2.3b4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1756754d4..c502d6471 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ dnl We need at least autoconf 2.60...
AC_PREREQ(2.60)
dnl Package name and version...
-AC_INIT([CUPS], [2.3rc1], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.3b4], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)