OSDN Git Service

設定変更。
[wordring-tm/wordring-tm.git] / third-party / tidy-html5-master / src / version.h
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)[] = "1970/01/01";
12 #endif
13 #ifdef LIBTIDY_VERSION
14 static const char TY_(library_version)[] = LIBTIDY_VERSION;
15 #else
16 static const char TY_(library_version)[] = "5.0.0";
17 #endif
18
19 /* eof */