]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Bump version.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 10 Dec 2018 14:21:03 +0000 (09:21 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Mon, 10 Dec 2018 14:21:03 +0000 (09:21 -0500)
configure
configure.ac
cups/cups.h
vcnet/config.h
xcode/config.h

index 18a68f5ea837d6cc5319a8d76467d60fd7b3a254..36890614183b4963762a24b070d8c8c643b58548 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for CUPS 2.2.10.
+# Generated by GNU Autoconf 2.69 for CUPS 2.2.11.
 #
 # Report bugs to <https://github.com/apple/cups/issues>.
 #
@@ -580,8 +580,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='CUPS'
 PACKAGE_TARNAME='cups'
-PACKAGE_VERSION='2.2.10'
-PACKAGE_STRING='CUPS 2.2.10'
+PACKAGE_VERSION='2.2.11'
+PACKAGE_STRING='CUPS 2.2.11'
 PACKAGE_BUGREPORT='https://github.com/apple/cups/issues'
 PACKAGE_URL='https://www.cups.org/'
 
@@ -1480,7 +1480,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures CUPS 2.2.10 to adapt to many kinds of systems.
+\`configure' configures CUPS 2.2.11 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1545,7 +1545,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of CUPS 2.2.10:";;
+     short | recursive ) echo "Configuration of CUPS 2.2.11:";;
    esac
   cat <<\_ACEOF
 
@@ -1726,7 +1726,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-CUPS configure 2.2.10
+CUPS configure 2.2.11
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2190,7 +2190,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by CUPS $as_me 2.2.10, which was
+It was created by CUPS $as_me 2.2.11, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2711,7 +2711,7 @@ done
 ac_config_headers="$ac_config_headers config.h"
 
 
-CUPS_VERSION="2.2.10"
+CUPS_VERSION="2.2.11"
 CUPS_REVISION=""
 CUPS_BUILD="cups-$CUPS_VERSION"
 
@@ -10832,7 +10832,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by CUPS $as_me 2.2.10, which was
+This file was extended by CUPS $as_me 2.2.11, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -10895,7 +10895,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-CUPS config.status 2.2.10
+CUPS config.status 2.2.11
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index c7696c7b9ab2ce17587fc2d25b8ed46bff487c18..4c770e79163313c750c8a27d215d50bda9cdaef1 100644 (file)
@@ -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.10], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.2.11], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
 
 sinclude(config-scripts/cups-opsys.m4)
 sinclude(config-scripts/cups-common.m4)
index 37c610abf1581b8b3047b5ba02515d7cca83c570..4efe6d1c4d28acc8c1f409a05834d7f33414415e 100644 (file)
@@ -47,10 +47,10 @@ extern "C" {
  * Constants...
  */
 
-#  define CUPS_VERSION                 2.0210
+#  define CUPS_VERSION                 2.0211
 #  define CUPS_VERSION_MAJOR           2
 #  define CUPS_VERSION_MINOR           2
-#  define CUPS_VERSION_PATCH           10
+#  define CUPS_VERSION_PATCH           11
 
 #  define CUPS_BC_FD                   3
                                        /* Back-channel file descriptor for
index 753f3806362be0defad222f04feb2a6d5730bf5b..3fb5229c0aa4e944a9ed38d249120772b9b9e645 100644 (file)
@@ -94,8 +94,8 @@ typedef unsigned long useconds_t;
  * Version of software...
  */
 
-#define CUPS_SVERSION "CUPS v2.2.10"
-#define CUPS_MINIMAL "CUPS/2.2.10"
+#define CUPS_SVERSION "CUPS v2.2.11"
+#define CUPS_MINIMAL "CUPS/2.2.11"
 
 
 /*
index ea8b067a13769717a0c9bf72831a43a5fd0eea7f..3ae3e096feba859fb5539699e0d7f192ef3b5441 100644 (file)
@@ -22,8 +22,8 @@
  * Version of software...
  */
 
-#define CUPS_SVERSION "CUPS v2.2.10"
-#define CUPS_MINIMAL "CUPS/2.2.10"
+#define CUPS_SVERSION "CUPS v2.2.11"
+#define CUPS_MINIMAL "CUPS/2.2.11"
 
 
 /*