From: msweet Date: Thu, 31 Jul 2014 00:37:33 +0000 (+0000) Subject: Prep for 2.0b1. X-Git-Tag: v2.2b1~541 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb4b1b5696be4138bcbef45dbe1b984f0f5b3bf4;p=thirdparty%2Fcups.git Prep for 2.0b1. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12071 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/INSTALL.txt b/INSTALL.txt index 558716c1da..feeafe7c2d 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,4 +1,4 @@ -INSTALL - CUPS v2.0.0 - 2013-08-06 +INSTALL - CUPS v2.0b1 - 2014-07-30 ---------------------------------- This file describes how to compile and install CUPS from source code. For more diff --git a/README.txt b/README.txt index fa8c6570a0..2f5722c1fc 100644 --- a/README.txt +++ b/README.txt @@ -1,11 +1,11 @@ -README - CUPS v2.0.0 - 2013-08-06 +README - CUPS v2.0b1 - 2014-07-30 --------------------------------- ******************************************************************************** ******************************************************************************** ******** ******** ******** ******** -******** THIS IS ALPHA-RELEASE SOFTWARE AND SHOULD NOT BE USED ON ******** +******** THIS IS BETA-RELEASE SOFTWARE AND SHOULD NOT BE USED ON ******** ******** PRODUCTION SYSTEMS. ******** ******** ******** ******** ******** @@ -162,7 +162,7 @@ PRINTING FILES LEGAL STUFF - CUPS is Copyright 2007-2013 by Apple Inc. CUPS and the CUPS logo are + CUPS is Copyright 2007-2014 by Apple Inc. CUPS and the CUPS logo are trademarks of Apple Inc. The MD5 Digest code is Copyright 1999 Aladdin Enterprises. diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4 index 9451561206..45a4779489 100644 --- a/config-scripts/cups-common.m4 +++ b/config-scripts/cups-common.m4 @@ -20,7 +20,7 @@ dnl Set the name of the config header file... AC_CONFIG_HEADER(config.h) dnl Version number information... -CUPS_VERSION="2.0svn" +CUPS_VERSION="2.0b1" CUPS_REVISION="" if test -z "$CUPS_REVISION" -a -d .svn; then CUPS_REVISION="-r`svnversion . | awk -F: '{print $NF}' | sed -e '1,$s/[[a-zA-Z]]*//g'`"