]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Bump version.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 11 Feb 2021 20:40:13 +0000 (15:40 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 11 Feb 2021 20:40:13 +0000 (15:40 -0500)
configure
configure.ac
vcnet/config.h
xcode/config.h

index 074c18a2509ec3562e093c55629253e1f86e5ef0..00c61d1d6d1d9e55ce04eefbe44bd5f8b839946e 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.70 for CUPS 2.3.3op2.
+# Generated by GNU Autoconf 2.70 for CUPS 2.3.3op3.
 #
 # Report bugs to <https://github.com/openprinting/cups/issues>.
 #
@@ -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\\"
 
index 93a4b97390b5cfc4cbe90898fb20e3e18da21909..f896f3e862947ed8de13ec1d02ee866f2b038066 100644 (file)
@@ -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)
index 165a28d61dedeb22b4c6231f2775bbee4a39c441..0d09a79b8bcb46b387546a67b2894e8d926fb12e 100644 (file)
@@ -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"
 
 
 /*
index 13ae01fe8f7223d9ba5e7f1be0b097242b063e2c..9214bbb5830f4f6709f2b3ed7193b9e03ae43a84 100644 (file)
@@ -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"
 
 
 /*