1/* version information
2
3  (c) 2006 (W3C) MIT, ERCIM, Keio University
4  See tidy.h for the copyright notice.
5
6  CVS Info :
7
8    $Author: iccir $
9    $Date: 2007/02/03 02:31:30 $
10    $Revision: 1.2 $
11
12*/
13
14/* Apple Inc. Changes:
15   2007-01-29 iccir Added Apple-specific build information
16*/
17#ifdef TIDY_APPLE_CHANGES
18static const char TY_(release_date)[] = "31 October 2006" " - Apple Inc. build " TIDY_APPLE_BUILD_NUMBER_STR;
19#else
20static const char TY_(release_date)[] = "31 October 2006";
21#endif
22