summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-05-29 11:51:34 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-05-29 11:51:34 +0000
commitf2d18633e2916a90bbbe5ae039d1f0acc430dc0b (patch)
tree3c465fb132b27a8f39fed01f6e3dc317754b2d91 /config.h.in
parent23ef1cac65a36f01e78a88f4d987e6350b441990 (diff)
downloadcups-f2d18633e2916a90bbbe5ae039d1f0acc430dc0b.tar.gz
Update svn:keyword properties.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10996 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in
index 3aa648210..e708598ac 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,5 @@
/*
- * "$Id: config.h.in 7918 2008-09-08 22:03:01Z mike $"
+ * "$Id$"
*
* Configuration file for CUPS.
*
@@ -706,5 +706,5 @@ static __inline int _cups_abs(int i) { return (i < 0 ? -i : i); }
#endif /* !_CUPS_CONFIG_H_ */
/*
- * End of "$Id: config.h.in 7918 2008-09-08 22:03:01Z mike $".
+ * End of "$Id$".
*/