Merge pull request #216 from denji/patch-1

5.0.0
This commit is contained in:
Ionel Roiban 2015-05-24 16:51:31 -04:00
commit e13a535a0c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#ifdef RELEASE_DATE
static const char TY_(release_date)[] = RELEASE_DATE;
#else
static const char TY_(release_date)[] = "1970/01/01";
static const char TY_(release_date)[] = "2015/01/22";
#endif
#ifdef LIBTIDY_VERSION
static const char TY_(library_version)[] = LIBTIDY_VERSION;