summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
-rw-r--r--INSTALL.txt2
-rw-r--r--README.txt2
-rw-r--r--config-scripts/cups-common.m44
4 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 59070464a..738630012 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 0608c3547..7356a8ad7 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 a6db7bfb9..fc860b094 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 9ecabd640..20fed4047 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'`"