summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhtdocs/footer.html2
-rwxr-xr-xhtdocs/whatsnew.html13
-rwxr-xr-xhttpd/cgi-bin/check2
-rw-r--r--share/templates/en_US/footer.tmpl2
4 files changed, 16 insertions, 3 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 &mdash; 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 &mdash; 1.1 release:</dt>
<dd>
<p>
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index f303952..1e324df 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -81,7 +81,7 @@ use constant T_ERROR => 8; # 0000 1000
#
# Define global variables.
use vars qw($DEBUG $CFG %RSRC $VERSION);
-$VERSION = '1.1';
+$VERSION = '1.2';
use constant IS_MODPERL2 =>
(exists($ENV{MOD_PERL_API_VERSION}) && $ENV{MOD_PERL_API_VERSION} >= 2);
diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl
index aef8ea7..c771c24 100644
--- a/share/templates/en_US/footer.tmpl
+++ b/share/templates/en_US/footer.tmpl
@@ -22,7 +22,7 @@
</a>
</p>
<p id="version_info">
- This service runs the W3C Markup Validator, <a href="whatsnew.html#v11"><abbr title="version">v</abbr>1.1</a>.
+ This service runs the W3C Markup Validator, <a href="whatsnew.html#v12"><abbr title="version">v</abbr>1.2-dev</a>.
</p>
<p class="copyright">