From: msweet Date: Wed, 24 Jun 2015 20:09:38 +0000 (+0000) Subject: Prep for 2.1b2 (couple more bug fixes coming...) X-Git-Tag: v2.2b1~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d3a75901c03fcacdb97f1620bd741e6720c29cb;p=thirdparty%2Fcups.git Prep for 2.1b2 (couple more bug fixes coming...) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12760 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/CHANGES.txt b/CHANGES.txt index 59070464a6..7386300127 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ -CHANGES.txt - 2.1??? - 2015-06-11 +CHANGES.txt - 2.1b2 - 2015-06-24 --------------------------------- -CHANGES IN CUPS V2.1??? +CHANGES IN CUPS V2.1b2 - Added support for 3D printers (basic types only, no built-in filters) based on PWG white paper. diff --git a/INSTALL.txt b/INSTALL.txt index 0608c3547a..7356a8ad7e 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,4 +1,4 @@ -INSTALL - CUPS v2.1b1 - 2015-06-08 +INSTALL - CUPS v2.1b2 - 2015-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 a6db7bfb94..fc860b094b 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -README - CUPS v2.1b1 - 2015-06-08 +README - CUPS v2.1b2 - 2015-06-24 --------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" instead... diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4 index 9ecabd6403..20fed40473 100644 --- a/config-scripts/cups-common.m4 +++ b/config-scripts/cups-common.m4 @@ -3,7 +3,7 @@ dnl "$Id$" dnl dnl Common configuration stuff for CUPS. dnl -dnl Copyright 2007-2014 by Apple Inc. +dnl Copyright 2007-2015 by Apple Inc. dnl Copyright 1997-2007 by Easy Software Products, all rights reserved. dnl dnl These coded instructions, statements, and computer programs are the @@ -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.1b1" +CUPS_VERSION="2.1b2" 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'`"