diff options
author | msweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2014-10-01 13:15:30 +0000 |
---|---|---|
committer | msweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be> | 2014-10-01 13:15:30 +0000 |
commit | fab9a59a3b594321bf63f5e5395fe9a6f409ec42 (patch) | |
tree | b3e2873b22c2535477bf0b0d58f6d340ccdb9bc3 /config-scripts | |
parent | c7aa86b04236d07cb2fe703c29aac31a958e8265 (diff) | |
download | cups-fab9a59a3b594321bf63f5e5395fe9a6f409ec42.tar.gz |
Trunk is now 2.1.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12187 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'config-scripts')
-rw-r--r-- | config-scripts/cups-common.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4 index 849e1b03b..18d4b3604 100644 --- a/config-scripts/cups-common.m4 +++ b/config-scripts/cups-common.m4 @@ -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.0.0" +CUPS_VERSION="2.1svn" 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 ], |