summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-10-19 10:52:01 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-10-19 10:52:21 -0400
commitbea37134425f7bd0e6e1067122249705b733648a (patch)
tree45f58e0bc69707c21ec606a83b89260429e7c2d3 /configure.ac
parent5639a7b41c1c7312d371f4b2fe8883397c7f0321 (diff)
downloadcups-bea37134425f7bd0e6e1067122249705b733648a.tar.gz
Changelog and bump CUPS 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 9b2177e12..ac78c48ad 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.5], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.2.6], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)