]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Bump version to 1.7.0 in preparation for a release in the next couple weeks.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 17 Jul 2013 02:57:09 +0000 (02:57 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 17 Jul 2013 02:57:09 +0000 (02:57 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11149 a1ca3aef-8c08-0410-bb20-df032aa958be

INSTALL.txt
README.txt
config-scripts/cups-common.m4

index 96c014c076c8bfc7edc46e7b077c35a66563cd1e..090b17fba87d06b9a363d1f467d52760d1ae49eb 100644 (file)
@@ -1,5 +1,5 @@
-INSTALL - CUPS v1.7rc1 - 2013-07-08
------------------------------------
+INSTALL - CUPS v1.7.0 - 2013-07-16
+----------------------------------
 
 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 4415bd054220f928e8d9f6ac1a63920ab39b66c0..9ec52474ce595ceeb35940ac4cce6c41c540c50f 100644 (file)
@@ -1,13 +1,5 @@
-README - CUPS v1.7rc1 - 2013-07-08
-----------------------------------
-
-*******************************************************
-*******************************************************
-****                                               ****
-****  PRE-RELEASE SOFTWARE - USE AT YOUR OWN RISK  ****
-****                                               ****
-*******************************************************
-*******************************************************
+README - CUPS v1.7.0 - 2013-07-16
+---------------------------------
 
 Looking for compile instructions?  Read the file "INSTALL.txt" instead...
 
index 1336c4236bd6dd40ef61041ed810c2172a36e205..e93300615b0750213ae3bb0ebb4a48cfa49c474b 100644 (file)
@@ -20,7 +20,7 @@ dnl Set the name of the config header file...
 AC_CONFIG_HEADER(config.h)
 
 dnl Version number information...
-CUPS_VERSION="1.7rc1"
+CUPS_VERSION="1.7.0"
 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'`"