HTML Tidy 5.8.0
The HTACG Tidy HTML Project
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1/* version information
2
3 (c) 2007-2015 (W3C) MIT, ERCIM, Keio University
4 See tidy.h for the copyright notice.
5
6*/
7
8#ifdef RELEASE_DATE
9static const char TY_(release_date)[] = RELEASE_DATE;
10#else
11static const char TY_(release_date)[] = "2015/01/22";
12#endif
13#ifdef LIBTIDY_VERSION
14#ifdef RC_NUMBER
15static const char TY_(library_version)[] = LIBTIDY_VERSION "." RC_NUMBER;
16#else
17static const char TY_(library_version)[] = LIBTIDY_VERSION;
18#endif
19#else
20static const char TY_(library_version)[] = "5.0.0";
21#endif
22
23/* eof */
#define TY_(str)
Definition forward.h:23