From: msweet Date: Wed, 17 Jul 2013 02:57:09 +0000 (+0000) Subject: Bump version to 1.7.0 in preparation for a release in the next couple weeks. X-Git-Tag: release-1.7.0~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8e23ef7e7b5c10d79c1996a7d10d672a1d45d02;p=thirdparty%2Fcups.git 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 --- diff --git a/INSTALL.txt b/INSTALL.txt index 96c014c076..090b17fba8 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 4415bd0542..9ec52474ce 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 1336c4236b..e93300615b 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'`"