OSDN Git Service

フォルダ名変更
[wordring-tm/wordring-tm.git] / third-party / tidy-html5-master / src / version.h
diff --git a/third-party/tidy-html5-master/src/version.h b/third-party/tidy-html5-master/src/version.h
new file mode 100644 (file)
index 0000000..e4e9d97
--- /dev/null
@@ -0,0 +1,19 @@
+/* version information
+
+  (c) 2007-2015 (W3C) MIT, ERCIM, Keio University
+  See tidy.h for the copyright notice.
+
+*/
+
+#ifdef RELEASE_DATE
+static const char TY_(release_date)[] = RELEASE_DATE;
+#else
+static const char TY_(release_date)[] = "1970/01/01";
+#endif
+#ifdef LIBTIDY_VERSION
+static const char TY_(library_version)[] = LIBTIDY_VERSION;
+#else
+static const char TY_(library_version)[] = "5.0.0";
+#endif
+
+/* eof */