diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2012-03-10 11:57:22 +0200 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2012-03-10 11:57:22 +0200 |
commit | b84a87f41fe3856ab9507ca3d2d47dbc408f0d5f (patch) | |
tree | abff41009c9f9d584abf89fbc4e74680a93501c1 /httpd/cgi-bin/check | |
parent | 321dfd2d1640c6c5d6d0b555d1c419c16b6f5810 (diff) | |
download | markup-validator-b84a87f41fe3856ab9507ca3d2d47dbc408f0d5f.zip markup-validator-b84a87f41fe3856ab9507ca3d2d47dbc408f0d5f.tar.gz markup-validator-b84a87f41fe3856ab9507ca3d2d47dbc408f0d5f.tar.bz2 |
Bump version to 1.3 and copyright years to 2012.
Diffstat (limited to 'httpd/cgi-bin/check')
-rwxr-xr-x | httpd/cgi-bin/check | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index b2ce71d..8f99f0d 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -3,7 +3,7 @@ # W3C Markup Validation Service # A CGI script to retrieve and validate a markup file # -# Copyright 1995-2011 World Wide Web Consortium, (Massachusetts +# Copyright 1995-2012 World Wide Web Consortium, (Massachusetts # Institute of Technology, European Research Consortium for Informatics # and Mathematics, Keio University). All Rights Reserved. # @@ -84,7 +84,7 @@ use constant T_ERROR => 8; # 0000 1000 # # Define global variables. use vars qw($DEBUG $CFG %RSRC $VERSION); -$VERSION = '1.2'; +$VERSION = '1.3'; use constant IS_MODPERL2 => (exists($ENV{MOD_PERL_API_VERSION}) && $ENV{MOD_PERL_API_VERSION} >= 2); |