summaryrefslogtreecommitdiffstats
path: root/misc/bundle/lib/Bundle/W3C
diff options
context:
space:
mode:
authorot <ot@localhost>2007-08-07 02:41:40 +0000
committerot <ot@localhost>2007-08-07 02:41:40 +0000
commit97f5b6d0f7492d98e75b07d0e62e871e7e41ed99 (patch)
tree9917cb659e1d1fcd0cee7ee7e83338744c82cf2a /misc/bundle/lib/Bundle/W3C
parent10e8145172f43431763a146753935f66bb6a4910 (diff)
downloadmarkup-validator-97f5b6d0f7492d98e75b07d0e62e871e7e41ed99.zip
markup-validator-97f5b6d0f7492d98e75b07d0e62e871e7e41ed99.tar.gz
markup-validator-97f5b6d0f7492d98e75b07d0e62e871e7e41ed99.tar.bz2
preparing 0.8.1, changelog and version bump
Diffstat (limited to 'misc/bundle/lib/Bundle/W3C')
-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 fb8fd6e..e7ee559 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.0';
+$VERSION = '0.8.1';
1;