]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Bump versions to 2.3.0 (optimism!)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 24 May 2019 13:33:45 +0000 (09:33 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 24 May 2019 13:33:45 +0000 (09:33 -0400)
INSTALL.md
README.md
configure
configure.ac

index b38e48bc1a9f33e430efabb8206e6f55343dd961..16ba32899afbf1188041f178f45d69cc34d5be57 100644 (file)
@@ -1,5 +1,5 @@
-INSTALL - CUPS v2.3rc1 - 2019-05-21
-===================================
+INSTALL - CUPS v2.3.0 - 2019-05-24
+==================================
 
 This file describes how to compile and install CUPS from source code. For more
 information on CUPS see the file called "README.md".  A complete change log can
index d2048c9a4ca8864b4f4b48de67936c438cebcdf6..59c09c6998c54b61887fbe971dd8c1db86928a30 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,10 +1,5 @@
-README - CUPS v2.3rc1 - 2019-05-21
-==================================
-
-> **Note:** CUPS v2.3b8 is not production code.  Do not use on production
-> systems.  For a production version of CUPS, please see the CUPS 2.2.x
-> releases.  **Do not use CUPS v2.3b8 on production systems.**
-
+README - CUPS v2.3.0 - 2019-05-24
+=================================
 
 Looking for compile instructions?  Read the file `INSTALL.md` instead...
 
index 84bce5fd22c03c0bde013da0e16a6b76892b58a7..3e6283c01f18740715c8beb8380eb208f7c1d95d 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.3rc1.
+# Generated by GNU Autoconf 2.68 for CUPS 2.3.0.
 #
 # 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.3rc1'
-PACKAGE_STRING='CUPS 2.3rc1'
+PACKAGE_VERSION='2.3.0'
+PACKAGE_STRING='CUPS 2.3.0'
 PACKAGE_BUGREPORT='https://github.com/apple/cups/issues'
 PACKAGE_URL='https://www.cups.org/'
 
@@ -1449,7 +1449,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.3rc1 to adapt to many kinds of systems.
+\`configure' configures CUPS 2.3.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1514,7 +1514,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of CUPS 2.3rc1:";;
+     short | recursive ) echo "Configuration of CUPS 2.3.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1695,7 +1695,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-CUPS configure 2.3rc1
+CUPS configure 2.3.0
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2159,7 +2159,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.3rc1, which was
+It was created by CUPS $as_me 2.3.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2676,7 +2676,7 @@ done
 ac_config_headers="$ac_config_headers config.h"
 
 
-CUPS_VERSION="2.3rc1"
+CUPS_VERSION="2.3.0"
 CUPS_REVISION=""
 CUPS_BUILD="cups-$CUPS_VERSION"
 
@@ -10377,7 +10377,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.3rc1, which was
+This file was extended by CUPS $as_me 2.3.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -10440,7 +10440,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.3rc1
+CUPS config.status 2.3.0
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index c7f58b662543e8adafb64e883ba5ae9954ed5b0f..7eca9e37f08cebde4dc31a2354a65622d7d2247b 100644 (file)
@@ -12,7 +12,7 @@ dnl We need at least autoconf 2.60...
 AC_PREREQ(2.60)
 
 dnl Package name and version...
-AC_INIT([CUPS], [2.3rc1], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.3.0], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
 
 sinclude(config-scripts/cups-opsys.m4)
 sinclude(config-scripts/cups-common.m4)