From 6237e94f01d8889ed8c9ac34d7a2b083caff9f4d Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 11 Feb 2021 15:40:13 -0500 Subject: [PATCH] Bump version. --- configure | 20 ++++++++++---------- configure.ac | 2 +- vcnet/config.h | 4 ++-- xcode/config.h | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/configure b/configure index 074c18a250..00c61d1d6d 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.70 for CUPS 2.3.3op2. +# Generated by GNU Autoconf 2.70 for CUPS 2.3.3op3. # # Report bugs to . # @@ -610,8 +610,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='CUPS' PACKAGE_TARNAME='cups' -PACKAGE_VERSION='2.3.3op2' -PACKAGE_STRING='CUPS 2.3.3op2' +PACKAGE_VERSION='2.3.3op3' +PACKAGE_STRING='CUPS 2.3.3op3' PACKAGE_BUGREPORT='https://github.com/openprinting/cups/issues' PACKAGE_URL='https://openprinting.github.io/' @@ -1508,7 +1508,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.3.3op2 to adapt to many kinds of systems. +\`configure' configures CUPS 2.3.3op3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1574,7 +1574,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of CUPS 2.3.3op2:";; + short | recursive ) echo "Configuration of CUPS 2.3.3op3:";; esac cat <<\_ACEOF @@ -1759,7 +1759,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -CUPS configure 2.3.3op2 +CUPS configure 2.3.3op3 generated by GNU Autoconf 2.70 Copyright (C) 2020 Free Software Foundation, Inc. @@ -2114,7 +2114,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.3.3op2, which was +It was created by CUPS $as_me 2.3.3op3, which was generated by GNU Autoconf 2.70. Invocation command line was $ $0$ac_configure_args_raw @@ -3235,7 +3235,7 @@ done ac_config_headers="$ac_config_headers config.h" -CUPS_VERSION="2.3.3op2" +CUPS_VERSION="2.3.3op3" CUPS_REVISION="" CUPS_BUILD="cups-$CUPS_VERSION" @@ -11237,7 +11237,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.3.3op2, which was +This file was extended by CUPS $as_me 2.3.3op3, which was generated by GNU Autoconf 2.70. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -11302,7 +11302,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -CUPS config.status 2.3.3op2 +CUPS config.status 2.3.3op3 configured by $0, generated by GNU Autoconf 2.70, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 93a4b97390..f896f3e862 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl We need at least autoconf 2.60... AC_PREREQ(2.60) dnl Package name and version... -AC_INIT([CUPS], [2.3.3op2], [https://github.com/openprinting/cups/issues], [cups], [https://openprinting.github.io/]) +AC_INIT([CUPS], [2.3.3op3], [https://github.com/openprinting/cups/issues], [cups], [https://openprinting.github.io/]) sinclude(config-scripts/cups-opsys.m4) sinclude(config-scripts/cups-common.m4) diff --git a/vcnet/config.h b/vcnet/config.h index 165a28d61d..0d09a79b8b 100644 --- a/vcnet/config.h +++ b/vcnet/config.h @@ -100,8 +100,8 @@ typedef unsigned long useconds_t; * Version of software... */ -#define CUPS_SVERSION "CUPS v2.3.3op2" -#define CUPS_MINIMAL "CUPS/2.3.3op2" +#define CUPS_SVERSION "CUPS v2.3.3op3" +#define CUPS_MINIMAL "CUPS/2.3.3op3" /* diff --git a/xcode/config.h b/xcode/config.h index 13ae01fe8f..9214bbb583 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -19,8 +19,8 @@ * Version of software... */ -#define CUPS_SVERSION "CUPS v2.3.3op2" -#define CUPS_MINIMAL "CUPS/2.3.3op2" +#define CUPS_SVERSION "CUPS v2.3.3op3" +#define CUPS_MINIMAL "CUPS/2.3.3op3" /* -- 2.47.2