]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Bump version to 2.2.1. v2.2.1
authorMichael R Sweet <michaelrsweet@gmail.com>
Mon, 3 Oct 2016 19:55:40 +0000 (15:55 -0400)
committerMichael R Sweet <michaelrsweet@gmail.com>
Mon, 3 Oct 2016 19:55:40 +0000 (15:55 -0400)
CHANGES.txt
INSTALL.txt
README.txt
configure
configure.ac
cups/cups.h

index 38ef0bc1fa73d60d5a4c82aaba9517d7595f68d3..1b3dcdee1418e048750ed0757a4846a3645e8ee7 100644 (file)
@@ -1,4 +1,4 @@
-CHANGES.txt - 2.2.1 - 2016-10-01
+CHANGES.txt - 2.2.1 - 2016-10-03
 --------------------------------
 
 CHANGES IN CUPS V2.2.1
index a9b86cd60242f7a135de0dac3922bf5a4bfb51b2..f498d87d6b99bfa3a305f6b619f2a0cf68a51619 100644 (file)
@@ -1,4 +1,4 @@
-INSTALL - CUPS v2.2.0 - 2016-09-13
+INSTALL - CUPS v2.2.1 - 2016-10-03
 ----------------------------------
 
 This file describes how to compile and install CUPS from source code. For more
index ddad00fc024165bad484d214567acf548e4e7671..9cea07f5348d18ec0924ccce86ce1d84548767aa 100644 (file)
@@ -1,4 +1,4 @@
-README - CUPS v2.2.0 - 2016-09-13
+README - CUPS v2.2.1 - 2016-10-03
 ---------------------------------
 
 Looking for compile instructions?  Read the file "INSTALL.txt" instead...
index f0843247aae379b54bf1ff304fd2a1fc4582d961..ad5f12babd2270d1ec52a22a007d0ba538d595aa 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.68 for CUPS 2.2.0.
+# Generated by GNU Autoconf 2.68 for CUPS 2.2.1.
 #
 # Report bugs to <https://github.com/apple/cups/issues>.
 #
@@ -560,8 +560,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='CUPS'
 PACKAGE_TARNAME='cups'
-PACKAGE_VERSION='2.2.0'
-PACKAGE_STRING='CUPS 2.2.0'
+PACKAGE_VERSION='2.2.1'
+PACKAGE_STRING='CUPS 2.2.1'
 PACKAGE_BUGREPORT='https://github.com/apple/cups/issues'
 PACKAGE_URL='https://www.cups.org/'
 
@@ -1448,7 +1448,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.0 to adapt to many kinds of systems.
+\`configure' configures CUPS 2.2.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1509,7 +1509,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of CUPS 2.2.0:";;
+     short | recursive ) echo "Configuration of CUPS 2.2.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1689,7 +1689,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-CUPS configure 2.2.0
+CUPS configure 2.2.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2153,7 +2153,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.0, which was
+It was created by CUPS $as_me 2.2.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2527,7 +2527,7 @@ esac
 ac_config_headers="$ac_config_headers config.h"
 
 
-CUPS_VERSION="2.2.0"
+CUPS_VERSION="2.2.1"
 CUPS_REVISION=""
 CUPS_BUILD="cups-$CUPS_VERSION"
 
@@ -10755,7 +10755,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.0, which was
+This file was extended by CUPS $as_me 2.2.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -10818,7 +10818,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.0
+CUPS config.status 2.2.1
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index a96b62303854f68f32821f638744b3ed2c46feff..b00ed4bea8b7925246fad001e3b960262966a46d 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.0], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.2.1], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
 
 sinclude(config-scripts/cups-opsys.m4)
 sinclude(config-scripts/cups-common.m4)
index c9bea806ddb9fbb801d79ff8be9ba7c0ce64e539..cef5697a3d69d2d4a48561a364725844af64953e 100644 (file)
@@ -47,10 +47,10 @@ extern "C" {
  * Constants...
  */
 
-#  define CUPS_VERSION                 2.0200
+#  define CUPS_VERSION                 2.0201
 #  define CUPS_VERSION_MAJOR           2
 #  define CUPS_VERSION_MINOR           2
-#  define CUPS_VERSION_PATCH           0
+#  define CUPS_VERSION_PATCH           1
 
 #  define CUPS_BC_FD                   3
                                        /* Back-channel file descriptor for