]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Prep for 2.1b1.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Mon, 8 Jun 2015 17:42:16 +0000 (17:42 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Mon, 8 Jun 2015 17:42:16 +0000 (17:42 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12697 a1ca3aef-8c08-0410-bb20-df032aa958be

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

index c8e0c5edc32d7840e0d9fb584280d1d70bde1763..0608c3547a2d6a2e2a88636620d2ada2d337aae6 100644 (file)
@@ -1,4 +1,4 @@
-INSTALL - CUPS v2.1b1 - 2015-02-03
+INSTALL - CUPS v2.1b1 - 2015-06-08
 ----------------------------------
 
 This file describes how to compile and install CUPS from source code. For more
index 0bcee745a75720f41030519062a503cd724b8e0d..a6db7bfb945b57e17ceb0fd7c48ba16b690e832e 100644 (file)
@@ -1,4 +1,4 @@
-README - CUPS v2.1b1 - 2015-02-03
+README - CUPS v2.1b1 - 2015-06-08
 ---------------------------------
 
 Looking for compile instructions?  Read the file "INSTALL.txt" instead...
index adedefe3bbbfe0feb4c51315fa06294b9a620647..9ecabd640370f145f2ad86b4aac1d305a4890973 100644 (file)
@@ -20,11 +20,11 @@ dnl Set the name of the config header file...
 AC_CONFIG_HEADER(config.h)
 
 dnl Version number information...
-CUPS_VERSION="2.1svn"
+CUPS_VERSION="2.1b1"
 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'`"
-fi
+#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'`"
+#fi
 CUPS_BUILD="cups-$CUPS_VERSION"
 
 AC_ARG_WITH(cups_build, [  --with-cups-build       set "cups-config --build" string ],