summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2016-08-25 09:51:17 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2016-08-25 09:51:17 -0400
commita34680b295b447fb8c74060f24f051308912f2c8 (patch)
treef16206ab65aba4677001dce9480b7b61cf3a1a43 /configure.ac
parent7aeb36153a854efcb7638d3770f9ff801edfbe34 (diff)
downloadcups-a34680b295b447fb8c74060f24f051308912f2c8.tar.gz
Bump 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 c6dd06398..a96b62303 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.2rc1], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.2.0], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)