From 5a28d5f0100010cd9d31206bd666cdbbc0536aa8 Mon Sep 17 00:00:00 2001 From: Denis Denisov Date: Sun, 24 May 2015 23:49:00 +0300 Subject: [PATCH] 5.0.0 htacg/tidy-html5#190 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index e4e9d97..09db29e 100644 --- a/src/version.h +++ b/src/version.h @@ -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;