diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2010-06-29 20:10:18 +0300 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2010-06-29 20:10:18 +0300 |
commit | c89e25037ca8cdd7180c161cdab14ade19da3513 (patch) | |
tree | a79733fe6110cbeba923c88b99b3d8e32110bf8d /misc/bundle | |
parent | a955600f382861694ce521b8ac1e412ef507d72c (diff) | |
download | markup-validator-c89e25037ca8cdd7180c161cdab14ade19da3513.zip markup-validator-c89e25037ca8cdd7180c161cdab14ade19da3513.tar.gz markup-validator-c89e25037ca8cdd7180c161cdab14ade19da3513.tar.bz2 |
Bump bundle version to 1.1 to get version in "make dist" straight.
Diffstat (limited to 'misc/bundle')
-rw-r--r-- | misc/bundle/META.yml | 2 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml index 77c7e1d..53fa558 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.6 +version: 1.1 abstract: Bundle of modules required by the W3C Markup Validator author: - W3C QA-dev Team <public-qa-dev@w3.org> diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 010d9df..7dbf02a 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -5,7 +5,7 @@ use strict; use warnings; use vars qw($VERSION); -$VERSION = '0.8.6'; +$VERSION = '1.1'; 1; |