summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2016-08-08 14:06:00 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2016-08-08 14:06:00 -0400
commit3ebcafd1ecd182879509ddc83288926177b4a615 (patch)
tree9a8406cee2bb45c3844bca75f6b43dd69f56961d /configure.ac
parent6e1bb6ef2ed844242deaf7a50e2698032825770a (diff)
downloadcups-3ebcafd1ecd182879509ddc83288926177b4a615.tar.gz
Bump version number.v2.2rc1
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 30b896ab1..c6dd06398 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.2b2], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.2rc1], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)