diff options
-rwxr-xr-x | htdocs/footer.html | 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 |
4 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index e9676cb..4cc298d 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -24,7 +24,7 @@ </a> </p> <p id="version_info"> - This is the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2007-08-08"><abbr title="version">v</abbr>0.8.1</a>. + This is the W3C Markup Validator, <a href="<!--#echo var="relroot" -->whatsnew.html#t2007-08-08"><abbr title="version">v</abbr>0.8.2</a>. </p> <p class="copyright"> diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index e7ee559..3868de2 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.1'; +$VERSION = '0.8.2'; 1; diff --git a/misc/w3c-markup-validator.spec b/misc/w3c-markup-validator.spec index a16eece..a2694cb 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.9 2007-08-07 02:41:40 ot Exp $ +# $Id: w3c-markup-validator.spec,v 1.10 2007-10-10 08:56:41 ot Exp $ %{expand: %%define tbver %(echo %{version} | tr . _)} Name: w3c-markup-validator -Version: 0.8.1 +Version: 0.8.2 Release: 0 Summary: W3C Markup Validator diff --git a/share/templates/en_US/footer.tmpl b/share/templates/en_US/footer.tmpl index 7059cbd..21b1901 100644 --- a/share/templates/en_US/footer.tmpl +++ b/share/templates/en_US/footer.tmpl @@ -28,7 +28,7 @@ </a> </p> <p id="version_info"> - This is the W3C Markup Validator, <a href="whatsnew.html#t2007-08-08"><abbr title="version">v</abbr>0.8.1</a>. + This is the W3C Markup Validator, <a href="whatsnew.html#t2007-08-08"><abbr title="version">v</abbr>0.8.2</a>. </p> <p class="copyright"> |