diff options
author | ot <ot@localhost> | 2008-11-18 21:16:25 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-11-18 21:16:25 +0000 |
commit | 954d167266fba00c8d4b80550b2ad839b23d3d45 (patch) | |
tree | cf26ad81ee5d3f3195edebb44d72c0be9bec79c5 /misc/bundle/lib | |
parent | 51e82ffb09a568d526ae825d422a9970ed1664e2 (diff) | |
download | markup-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.pm | 2 |
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; |