diff options
author | ot <ot@localhost> | 2009-03-13 15:29:15 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2009-03-13 15:29:15 +0000 |
commit | 63dc1be8644b10d779511c6122f9c99ac2a9e8f7 (patch) | |
tree | 22f1830adcd5c5b44e6ce25e8bdc81fec820a4cc | |
parent | f7caef7c3891e1a7771b3be4772bb0927a54c9e6 (diff) | |
download | markup-validator-63dc1be8644b10d779511c6122f9c99ac2a9e8f7.zip markup-validator-63dc1be8644b10d779511c6122f9c99ac2a9e8f7.tar.gz markup-validator-63dc1be8644b10d779511c6122f9c99ac2a9e8f7.tar.bz2 |
preparing 0.8.5. still need some testing before we get green light
-rwxr-xr-x | htdocs/docs/install.html | 6 | ||||
-rwxr-xr-x | htdocs/footer.html | 2 | ||||
-rw-r--r-- | misc/bundle/META.yml | 2 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 | ||||
-rw-r--r-- | misc/w3c-markup-validator.spec | 4 | ||||
-rw-r--r-- | share/templates/en_US/footer.tmpl | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 2e2b433..00cf06f 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.46 2009-02-18 15:17:53 ot Exp $" ---><!--#set var="date" value="\$Date: 2009-02-18 15:17:53 $" +<!--#set var="revision" value="\$Id: install.html,v 1.47 2009-03-13 15:29:15 ot Exp $" +--><!--#set var="date" value="\$Date: 2009-03-13 15:29:15 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -236,7 +236,7 @@ install Bundle::W3C::Validator # tar zxvf validator.tar.gz # tar zxvf sgml-lib.tar.gz # mkdir /usr/local/validator -# cd validator-0.8.4 +# cd validator-0.8.5 # mv htdocs share httpd/cgi-bin /usr/local/validator </pre> <p> diff --git a/htdocs/footer.html b/htdocs/footer.html index c0e967e..78e0582 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -17,7 +17,7 @@ </a> </p> <p id="version_info"> - This is the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2008-11-20"><abbr title="version">v</abbr>0.8.4</a>. + This is the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2008-11-20"><abbr title="version">v</abbr>0.8.5</a>. </p> <p class="copyright"> diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml index 547d4b4..3bdee40 100644 --- a/misc/bundle/META.yml +++ b/misc/bundle/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Bundle-W3C-Validator -version: 0.8.4 +version: 0.8.5 abstract: Bundle of modules required by the W3C Markup Validator license: ~ author: diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 20f503c..b02c411 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -4,7 +4,7 @@ use 5.8.0; use strict; use vars qw($VERSION); -$VERSION = '0.8.4'; +$VERSION = '0.8.5'; 1; diff --git a/misc/w3c-markup-validator.spec b/misc/w3c-markup-validator.spec index e0ef835..15a207d 100644 --- a/misc/w3c-markup-validator.spec +++ b/misc/w3c-markup-validator.spec @@ -1,10 +1,10 @@ # RPM spec file for the W3C Markup Validator -# $Id: w3c-markup-validator.spec,v 1.12 2008-11-18 21:16:24 ot Exp $ +# $Id: w3c-markup-validator.spec,v 1.13 2009-03-13 15:29:15 ot Exp $ %{expand: %%define tbver %(echo %{version} | tr . _)} Name: w3c-markup-validator -Version: 0.8.4 +Version: 0.8.5 Release: 0 Summary: W3C Markup Validator diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index 34cf204..557f51a 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 is the W3C Markup Validator, <a href="whatsnew.html#t2008-11-20"><abbr title="version">v</abbr>0.8.4</a>. + This is the W3C Markup Validator, <a href="whatsnew.html#t2008-11-20"><abbr title="version">v</abbr>0.8.5</a>. </p> <p class="copyright"> |