summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorsteve algernon <salgernon@eapple.com>2020-04-24 13:37:30 -0700
committersteve algernon <salgernon@eapple.com>2020-04-27 11:04:29 -0700
commit82e3ee0e3230287b76a76fb8f16b92ca6e50b444 (patch)
treec5c81b7be253f2e8c0c6fa88e9299a8840e3cd8d /configure.ac
parent1f2a315c2b3e2f78c37c1505fc66909ad01df85e (diff)
downloadcups-82e3ee0e3230287b76a76fb8f16b92ca6e50b444.tar.gz
Update version to 2.3.3 for:v2.3.3
CVE-2020-3898 - cups/ppd.c, ppdc/ppdc-source.cxx CVE-2019-8842 - cups/ipp.c: ippReadIO And build issues due to warnings.
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 eff353b7e..dbf3bda38 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.2], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.3.3], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)