From: msweet Date: Wed, 5 Aug 2015 14:24:32 +0000 (+0000) Subject: Bump versions. X-Git-Tag: v2.2b1~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=591b26322a319eacdcef31e445a244e09cd1897b;p=thirdparty%2Fcups.git Bump versions. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12831 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/INSTALL.txt b/INSTALL.txt index 28e4eefd32..c9c9a98e24 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 c21935fa86..f8636f06f3 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 2145713381..9acda01297 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 2b4a3af9c4..ff4312da28 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 418c944aa9..0bff22c070 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" /*