From 45b043725a1b2ce5da02877e576824797acdf468 Mon Sep 17 00:00:00 2001 From: Michael Sweet Date: Fri, 24 Jun 2016 11:13:33 -0400 Subject: [PATCH] Prep for 2.2b2. --- CHANGES.txt | 2 +- INSTALL.txt | 2 +- README.txt | 4 ++-- configure.ac | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 25547e4a4c..a49f0930cc 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 e1f3783268..fa2718f349 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 db8f507b4b..c0d29e512b 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 b9b8f3bb86..30b896ab18 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) -- 2.47.3