From f8e23ef7e7b5c10d79c1996a7d10d672a1d45d02 Mon Sep 17 00:00:00 2001 From: msweet Date: Wed, 17 Jul 2013 02:57:09 +0000 Subject: [PATCH] Bump version to 1.7.0 in preparation for a release in the next couple weeks. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11149 a1ca3aef-8c08-0410-bb20-df032aa958be --- INSTALL.txt | 4 ++-- README.txt | 12 ++---------- config-scripts/cups-common.m4 | 2 +- 3 files changed, 5 insertions(+), 13 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 96c014c07..090b17fba 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -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 diff --git a/README.txt b/README.txt index 4415bd054..9ec52474c 100644 --- a/README.txt +++ b/README.txt @@ -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... diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4 index 1336c4236..e93300615 100644 --- a/config-scripts/cups-common.m4 +++ b/config-scripts/cups-common.m4 @@ -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'`" -- 2.39.2