HTML Tidy  5.6.0
The HTACG Tidy HTML Project
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
9 static const char TY_(release_date)[] = RELEASE_DATE;
10 #else
11 static const char TY_(release_date)[] = "2015/01/22";
12 #endif
13 #ifdef LIBTIDY_VERSION
14 #ifdef RC_NUMBER
15 static const char TY_(library_version)[] = LIBTIDY_VERSION "." RC_NUMBER;
16 #else
17 static const char TY_(library_version)[] = LIBTIDY_VERSION;
18 #endif
19 #else
20 static const char TY_(library_version)[] = "5.0.0";
21 #endif
22 
23 /* eof */
#define TY_(str)
Definition: forward.h:23