diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2010-07-15 19:08:38 +0300 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2010-07-15 19:08:38 +0300 |
commit | 11ede43c0b64cf343a12b94a14e053f94b510901 (patch) | |
tree | 256d6f32016707e10837176782312b84dfe3ed89 /htdocs | |
parent | a7a2572cf4f7c47d4d63921aed90b90eb8a09928 (diff) | |
download | markup-validator-11ede43c0b64cf343a12b94a14e053f94b510901.zip markup-validator-11ede43c0b64cf343a12b94a14e053f94b510901.tar.gz markup-validator-11ede43c0b64cf343a12b94a14e053f94b510901.tar.bz2 |
Bump version to 1.2(-dev).
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/footer.html | 2 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index 9b76c79..7cf8764 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -17,7 +17,7 @@ </a> </p> <p id="version_info"> - This service runs the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#v11"><abbr title="version">v</abbr>1.1</a>. + This service runs the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#v12"><abbr title="version">v</abbr>1.2-dev</a>. </p> <p class="copyright"> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 5a1a61f..90578ae 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -26,6 +26,19 @@ </div> <dl id="news"> + <dt id="v12">201x-xx-xx — 1.2 release:</dt> + <dd> + <p> + The 1.2 release of the markup validator is an enhancement and + bug fix release. Changes include: + </p> + <ul> + <li> + TBD… + </li> + </ul> + </dd> + <dt id="v11">2010-07-07 — 1.1 release:</dt> <dd> <p> |