]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Bump version.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 15 Apr 2019 20:06:35 +0000 (16:06 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 15 Apr 2019 20:06:35 +0000 (16:06 -0400)
configure.ac
cups/cups.h
vcnet/config.h
xcode/config.h

index 4c770e79163313c750c8a27d215d50bda9cdaef1..7762599331c6a53284650fd5a34ee06f0cdfcee3 100644 (file)
@@ -1,7 +1,7 @@
 dnl
 dnl Configuration script for CUPS.
 dnl
-dnl Copyright 2007-2018 by Apple Inc.
+dnl Copyright 2007-2019 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.11], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.2.12], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
 
 sinclude(config-scripts/cups-opsys.m4)
 sinclude(config-scripts/cups-common.m4)
index 4efe6d1c4d28acc8c1f409a05834d7f33414415e..c548bde191291e3c877b016735211faca2c8f36a 100644 (file)
@@ -47,10 +47,10 @@ extern "C" {
  * Constants...
  */
 
-#  define CUPS_VERSION                 2.0211
+#  define CUPS_VERSION                 2.0212
 #  define CUPS_VERSION_MAJOR           2
 #  define CUPS_VERSION_MINOR           2
-#  define CUPS_VERSION_PATCH           11
+#  define CUPS_VERSION_PATCH           12
 
 #  define CUPS_BC_FD                   3
                                        /* Back-channel file descriptor for
index 3fb5229c0aa4e944a9ed38d249120772b9b9e645..cf63021b26bae1eedce61b934153c4cc85655030 100644 (file)
@@ -94,8 +94,8 @@ typedef unsigned long useconds_t;
  * Version of software...
  */
 
-#define CUPS_SVERSION "CUPS v2.2.11"
-#define CUPS_MINIMAL "CUPS/2.2.11"
+#define CUPS_SVERSION "CUPS v2.2.12"
+#define CUPS_MINIMAL "CUPS/2.2.12"
 
 
 /*
index 3ae3e096feba859fb5539699e0d7f192ef3b5441..82cba73cc5fb183de34ec7c08490deeaee86c6e4 100644 (file)
@@ -22,8 +22,8 @@
  * Version of software...
  */
 
-#define CUPS_SVERSION "CUPS v2.2.11"
-#define CUPS_MINIMAL "CUPS/2.2.11"
+#define CUPS_SVERSION "CUPS v2.2.12"
+#define CUPS_MINIMAL "CUPS/2.2.12"
 
 
 /*