summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-08-05 14:24:32 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-08-05 14:24:32 +0000
commit591b26322a319eacdcef31e445a244e09cd1897b (patch)
treef65a00756f14ea01ddf5fb19f6d4eb2edfba3ce3
parente6330e6da1b8859ad29b4769657933c2b80d5f6d (diff)
downloadcups-591b26322a319eacdcef31e445a244e09cd1897b.tar.gz
Bump versions.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12831 a1ca3aef-8c08-0410-bb20-df032aa958be
-rw-r--r--INSTALL.txt4
-rw-r--r--README.txt4
-rw-r--r--configure.ac2
-rw-r--r--vcnet/config.h4
-rw-r--r--xcode/config.h4
5 files changed, 9 insertions, 9 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 28e4eefd3..c9c9a98e2 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -1,5 +1,5 @@
-INSTALL - CUPS v2.1rc1 - 2015-07-31
------------------------------------
+INSTALL - CUPS v2.1.0 - 2015-08-05
+----------------------------------
This file describes how to compile and install CUPS from source code. For more
information on CUPS see the file called "README.txt". A complete change log can
diff --git a/README.txt b/README.txt
index c21935fa8..f8636f06f 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-README - CUPS v2.1rc1 - 2015-07-31
-----------------------------------
+README - CUPS v2.1.0 - 2015-08-05
+---------------------------------
Looking for compile instructions? Read the file "INSTALL.txt" instead...
diff --git a/configure.ac b/configure.ac
index 214571338..9acda0129 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl We need at least autoconf 2.60...
AC_PREREQ(2.60)
dnl Package name and version...
-AC_INIT([CUPS], [2.1rc1], [https://www.cups.org/str.php], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.1.0], [https://www.cups.org/str.php], [cups], [https://www.cups.org/])
sinclude(config-scripts/cups-opsys.m4)
sinclude(config-scripts/cups-common.m4)
diff --git a/vcnet/config.h b/vcnet/config.h
index 2b4a3af9c..ff4312da2 100644
--- a/vcnet/config.h
+++ b/vcnet/config.h
@@ -96,8 +96,8 @@ typedef unsigned long useconds_t;
* Version of software...
*/
-#define CUPS_SVERSION "CUPS v2.1b2"
-#define CUPS_MINIMAL "CUPS/2.1b2"
+#define CUPS_SVERSION "CUPS v2.1.0"
+#define CUPS_MINIMAL "CUPS/2.1.0"
/*
diff --git a/xcode/config.h b/xcode/config.h
index 418c944aa..0bff22c07 100644
--- a/xcode/config.h
+++ b/xcode/config.h
@@ -22,8 +22,8 @@
* Version of software...
*/
-#define CUPS_SVERSION "CUPS v2.1b2"
-#define CUPS_MINIMAL "CUPS/2.1b2"
+#define CUPS_SVERSION "CUPS v2.1.0"
+#define CUPS_MINIMAL "CUPS/2.1.0"
/*