summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2016-10-03 15:55:40 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2016-10-03 15:55:40 -0400
commita3ed22ee480a278acc27433ecbc16eaa63cf2b2e (patch)
treedb6a9a6f27512fa6f72f13b22bc4446e8782ea1d /configure.ac
parent7a1e526688f15bcc8776dc208849da6b3e42c587 (diff)
downloadcups-a3ed22ee480a278acc27433ecbc16eaa63cf2b2e.tar.gz
Bump version to 2.2.1.v2.2.1
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 a96b62303..b00ed4bea 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.0], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.2.1], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)