summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-01-26 16:14:10 -0500
committerMichael R Sweet <michaelrsweet@gmail.com>2017-01-26 16:14:10 -0500
commite8a1fa03d05414b03469ab0b8051135cd42d762b (patch)
tree12ef2df01b551f97f5cf013f64dc7c0b78665b3b /configure.ac
parent14fdcd7a14c9e99ed6611bc7f4c669fe5c99371b (diff)
downloadcups-e8a1fa03d05414b03469ab0b8051135cd42d762b.tar.gz
Bump version to 2.2.3.
Update changelog.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7369e0f1a..ad3ec8e36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl
dnl Configuration script for CUPS.
dnl
-dnl Copyright 2007-2016 by Apple Inc.
+dnl Copyright 2007-2017 by Apple Inc.
dnl Copyright 1997-2007 by Easy Software Products, all rights reserved.
dnl
dnl These coded instructions, statements, and computer programs are the
@@ -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.2], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.2.3], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)