summaryrefslogtreecommitdiffstats
path: root/misc/bundle/lib
diff options
context:
space:
mode:
authorot <ot@localhost>2008-11-18 21:16:25 +0000
committerot <ot@localhost>2008-11-18 21:16:25 +0000
commit954d167266fba00c8d4b80550b2ad839b23d3d45 (patch)
treecf26ad81ee5d3f3195edebb44d72c0be9bec79c5 /misc/bundle/lib
parent51e82ffb09a568d526ae825d422a9970ed1664e2 (diff)
downloadmarkup-validator-954d167266fba00c8d4b80550b2ad839b23d3d45.zip
markup-validator-954d167266fba00c8d4b80550b2ad839b23d3d45.tar.gz
markup-validator-954d167266fba00c8d4b80550b2ad839b23d3d45.tar.bz2
version bump. Preparing for v0.8.4
Diffstat (limited to 'misc/bundle/lib')
-rw-r--r--misc/bundle/lib/Bundle/W3C/Validator.pm2
1 files changed, 1 insertions, 1 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;