summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2016-11-18 09:14:06 -0500
committerMichael Sweet <michael.r.sweet@gmail.com>2016-11-18 09:14:06 -0500
commit61b7ebde7c55ddb8883713c0a7ae170068f8a8fe (patch)
tree40740e6813b63d406336b964411ebe1c01306d45 /configure.ac
parent5dcbe84df8f1a8d1d306b5f9c867096d5ed48ded (diff)
downloadcups-61b7ebde7c55ddb8883713c0a7ae170068f8a8fe.tar.gz
Bump version to 2.2.2, sync up IDE config.h files with the autoconf one.
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 b00ed4bea..1a6a5a69a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ dnl We need at least autoconf 2.60...
AC_PREREQ(2.60)
dnl Package name and version...
-AC_INIT([CUPS], [2.2.1], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.2.2], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)