summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2017-06-30 16:34:05 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2017-06-30 16:34:05 -0400
commit2650d637dcaf02248a6ead4772253d97a8da6f5f (patch)
tree307e13e7ae6b3319372eefa94f1f55ec0c12637e /configure.ac
parent070e33a4c9dfdb21638de0fedb2904391c30d070 (diff)
downloadcups-2650d637dcaf02248a6ead4772253d97a8da6f5f.tar.gz
Update Apple language ID mapping to POSIX locale IDs (rdar://32419311)
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 b79a738f6..9b2177e12 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.4], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.2.5], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)