summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2016-06-24 11:13:33 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2016-06-24 11:13:33 -0400
commit45b043725a1b2ce5da02877e576824797acdf468 (patch)
tree4e5d3d1364a4e785f99b59186688f7ffdfdaa073
parent8e03cb2b014f727e1821fc9f1ea80a9090e2bbce (diff)
Prep for 2.2b2.
-rw-r--r--CHANGES.txt2
-rw-r--r--INSTALL.txt2
-rw-r--r--README.txt4
-rw-r--r--configure.ac2
4 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 25547e4a4..a49f0930c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-CHANGES.txt - 2.2b1 - 2016-06-21
+CHANGES.txt - 2.2b2 - 2016-06-24
--------------------------------
CHANGES IN CUPS V2.2b2
diff --git a/INSTALL.txt b/INSTALL.txt
index e1f378326..fa2718f34 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -1,4 +1,4 @@
-INSTALL - CUPS v2.2b1 - 2016-05-31
+INSTALL - CUPS v2.2b2 - 2016-06-24
----------------------------------
This file describes how to compile and install CUPS from source code. For more
diff --git a/README.txt b/README.txt
index db8f507b4..c0d29e512 100644
--- a/README.txt
+++ b/README.txt
@@ -1,4 +1,4 @@
-README - CUPS v2.2b1 - 2016-05-31
+README - CUPS v2.2b2 - 2016-06-24
---------------------------------
Looking for compile instructions? Read the file "INSTALL.txt" instead...
@@ -7,7 +7,7 @@ Looking for compile instructions? Read the file "INSTALL.txt" instead...
INTRODUCTION
CUPS is a standards-based, open source printing system developed by Apple
- Inc. for OS® X and other UNIX®-like operating systems. CUPS uses the
+ Inc. for macOS® and other UNIX®-like operating systems. CUPS uses the
Internet Printing Protocol ("IPP") and provides System V and Berkeley
command-line interfaces, a web interface, and a C API to manage printers and
print jobs. It supports printing to both local (parallel, serial, USB) and
diff --git a/configure.ac b/configure.ac
index b9b8f3bb8..30b896ab1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.2b1], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.2b2], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)