summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-12-18 18:06:01 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-12-18 18:06:01 -0500
commitd42bc1c4f9387a7be83c8cc2381bd6605bef093d (patch)
tree85bb3321d5ae2c98cdd7936987cd0934025d1b96 /configure.ac
parent9c2b03c1f76d8ac7f38a99ce2daab69d049cfcf6 (diff)
downloadcups-d42bc1c4f9387a7be83c8cc2381bd6605bef093d.tar.gz
Bump version.
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 23abe870e..eff353b7e 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.1], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.3.2], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)