diff options
author | ot <ot@localhost> | 2007-10-10 08:56:41 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-10-10 08:56:41 +0000 |
commit | ddc8b80ee27e75bdbbc7ae07366cff37feece610 (patch) | |
tree | f7a1db8c599d0f566313057378820dd62230b2b3 /misc | |
parent | 92d513e742f2787c738158b5196c009f0256137e (diff) | |
download | markup-validator-ddc8b80ee27e75bdbbc7ae07366cff37feece610.zip markup-validator-ddc8b80ee27e75bdbbc7ae07366cff37feece610.tar.gz markup-validator-ddc8b80ee27e75bdbbc7ae07366cff37feece610.tar.bz2 |
pushing towards 0.8.2 release
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 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 |