summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorot <ot@localhost>2009-03-13 15:29:15 +0000
committerot <ot@localhost>2009-03-13 15:29:15 +0000
commit63dc1be8644b10d779511c6122f9c99ac2a9e8f7 (patch)
tree22f1830adcd5c5b44e6ce25e8bdc81fec820a4cc /misc
parentf7caef7c3891e1a7771b3be4772bb0927a54c9e6 (diff)
downloadmarkup-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
Diffstat (limited to 'misc')
-rw-r--r--misc/bundle/META.yml2
-rw-r--r--misc/bundle/lib/Bundle/W3C/Validator.pm2
-rw-r--r--misc/w3c-markup-validator.spec4
3 files changed, 4 insertions, 4 deletions
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