]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Bump versions.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 5 Aug 2015 14:24:32 +0000 (14:24 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 5 Aug 2015 14:24:32 +0000 (14:24 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12831 a1ca3aef-8c08-0410-bb20-df032aa958be

INSTALL.txt
README.txt
configure.ac
vcnet/config.h
xcode/config.h

index 28e4eefd32e141df4cb145121eaa2e6f9a50a2c3..c9c9a98e2408be3b74601d22cd481d88a411dc4e 100644 (file)
@@ -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
index c21935fa86be23791d481febc7ae226ff2acf9f0..f8636f06f328db1ec4b6f4e5cba9ab0f77cafd7a 100644 (file)
@@ -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...
 
index 21457133818df68506db4b3057844b26d49108c8..9acda01297b803f263ceed5f476a59e02f1b66bb 100644 (file)
@@ -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)
index 2b4a3af9c47fc53be5e3c2fabe5d5512d6b3e70c..ff4312da28242c2c9c5fed4a6aeab8c5573a66b1 100644 (file)
@@ -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"
 
 
 /*
index 418c944aa9fdae5b31cd8e733f63b1e24cab352a..0bff22c0708505f5d700ff6e5b76f1e2511137f5 100644 (file)
@@ -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"
 
 
 /*