diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 | ||||
-rw-r--r-- | misc/w3c-markup-validator.spec | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 89b6a94..2e77d69 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.3'; +$VERSION = '0.8.4'; 1; diff --git a/misc/w3c-markup-validator.spec b/misc/w3c-markup-validator.spec index 536a728..e0ef835 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.11 2008-02-21 07:10:59 ot Exp $ +# $Id: w3c-markup-validator.spec,v 1.12 2008-11-18 21:16:24 ot Exp $ %{expand: %%define tbver %(echo %{version} | tr . _)} Name: w3c-markup-validator -Version: 0.8.3 +Version: 0.8.4 Release: 0 Summary: W3C Markup Validator |