summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSteve Algernon <salgernon@apple.com>2022-05-25 10:32:35 -0700
committerSteve Algernon <salgernon@apple.com>2022-05-25 14:46:42 -0700
commit859ea4481c85a2dd6157396a22b3c8b3b726e06b (patch)
tree5fa0230281469b1ae4388661cf9d1af9239b3c6b /configure.ac
parent0bc9dc4658c26920a3f66da7dd234be463ca572e (diff)
downloadcups-859ea4481c85a2dd6157396a22b3c8b3b726e06b.tar.gz
CUPS v2.3.6 for CVE-2022-26691
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 5ba59dd3e..f8767969d 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.3.5], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.3.6], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)