diff options
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); |