summaryrefslogtreecommitdiff
path: root/cups-config.in
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-05-22 23:39:03 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-05-22 23:39:03 +0000
commit3608048605dc5886f0d960ed83e77e2243a6e33d (patch)
tree8c3b3c3e5e89a01f876a404b56617a9918252af8 /cups-config.in
parentf301802fc285c5ec9effadfbf13de653822dddd8 (diff)
downloadcups-3608048605dc5886f0d960ed83e77e2243a6e33d.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@161 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups-config.in')
-rwxr-xr-xcups-config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/cups-config.in b/cups-config.in
index 0c88b72b9..77541e48c 100755
--- a/cups-config.in
+++ b/cups-config.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# "$Id: cups-config.in 5503 2006-05-10 18:55:39Z mike $"
+# "$Id: cups-config.in 5504 2006-05-10 18:57:46Z mike $"
#
# CUPS configuration utility.
#
@@ -24,7 +24,7 @@
#
VERSION="@CUPS_VERSION@"
-APIVERSION="1.3"
+APIVERSION="1.2"
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -150,5 +150,5 @@ while test $# -gt 0; do
done
#
-# End of "$Id: cups-config.in 5503 2006-05-10 18:55:39Z mike $".
+# End of "$Id: cups-config.in 5504 2006-05-10 18:57:46Z mike $".
#