summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-02-01 10:01:12 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-02-01 10:01:12 -0500
commit7c8fb0fc01b23c5a588ce1b7e6302f7127b14d17 (patch)
tree4de7465c93a5a921d7b95af8fd9d647a3f3d6187
parent22974c5f323508b5dced97f4c54410172d1e3bdf (diff)
downloadcups-7c8fb0fc01b23c5a588ce1b7e6302f7127b14d17.tar.gz
Bump version to 2.3b3.v2.3b3
-rw-r--r--CHANGES.md2
-rw-r--r--INSTALL.md2
-rw-r--r--README.md2
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac9
5 files changed, 18 insertions, 17 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 5371d2eaf..3b38a42a8 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,4 @@
-CHANGES - 2.3b3 - 2018-01-31
+CHANGES - 2.3b3 - 2018-02-01
============================
Changes in CUPS v2.3b3
diff --git a/INSTALL.md b/INSTALL.md
index 60b4c9074..1cb7cdc09 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,4 +1,4 @@
-INSTALL - CUPS v2.3b2 - 2018-01-17
+INSTALL - CUPS v2.3b3 - 2018-02-01
==================================
This file describes how to compile and install CUPS from source code. For more
diff --git a/README.md b/README.md
index d20ca546d..059040a24 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-README - CUPS v2.3b2 - 2018-01-17
+README - CUPS v2.3b3 - 2018-02-01
=================================
Looking for compile instructions? Read the file `INSTALL.md` instead...
diff --git a/configure b/configure
index 37e6552b0..ca414137d 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.68 for CUPS 2.3b2.
+# Generated by GNU Autoconf 2.68 for CUPS 2.3b3.
#
# 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.3b2'
-PACKAGE_STRING='CUPS 2.3b2'
+PACKAGE_VERSION='2.3b3'
+PACKAGE_STRING='CUPS 2.3b3'
PACKAGE_BUGREPORT='https://github.com/apple/cups/issues'
PACKAGE_URL='https://www.cups.org/'
@@ -1455,7 +1455,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.3b2 to adapt to many kinds of systems.
+\`configure' configures CUPS 2.3b3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1520,7 +1520,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of CUPS 2.3b2:";;
+ short | recursive ) echo "Configuration of CUPS 2.3b3:";;
esac
cat <<\_ACEOF
@@ -1697,7 +1697,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-CUPS configure 2.3b2
+CUPS configure 2.3b3
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2161,7 +2161,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.3b2, which was
+It was created by CUPS $as_me 2.3b3, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -2636,7 +2636,7 @@ fi
ac_config_headers="$ac_config_headers config.h"
-CUPS_VERSION="2.3b2"
+CUPS_VERSION="2.3b3"
CUPS_REVISION=""
CUPS_BUILD="cups-$CUPS_VERSION"
@@ -10586,7 +10586,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.3b2, which was
+This file was extended by CUPS $as_me 2.3b3, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -10649,7 +10649,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.3b2
+CUPS config.status 2.3b3
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index dd080d457..da67c22f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,17 +1,18 @@
dnl
dnl Configuration script for CUPS.
dnl
-dnl Copyright 2007-2018 by Apple Inc.
-dnl Copyright 1997-2007 by Easy Software Products, all rights reserved.
+dnl Copyright © 2007-2018 by Apple Inc.
+dnl Copyright © 1997-2007 by Easy Software Products, all rights reserved.
dnl
-dnl Licensed under Apache License v2.0. See the file "LICENSE" for more information.
+dnl Licensed under Apache License v2.0. See the file "LICENSE" for more
+dnl information.
dnl
dnl We need at least autoconf 2.60...
AC_PREREQ(2.60)
dnl Package name and version...
-AC_INIT([CUPS], [2.3b2], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.3b3], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)