diff options
Diffstat (limited to 'xcode/config.h')
-rw-r--r-- | xcode/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xcode/config.h b/xcode/config.h index 704124360..ea7a8d505 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -1,5 +1,5 @@ /* - * "$Id$" + * "$Id: config.h 13138 2016-03-15 14:59:54Z msweet $" * * Configuration file for CUPS and Xcode. * @@ -738,5 +738,5 @@ static __inline int _cups_abs(int i) { return (i < 0 ? -i : i); } #endif /* !_CUPS_CONFIG_H_ */ /* - * End of "$Id$". + * End of "$Id: config.h 13138 2016-03-15 14:59:54Z msweet $". */ |