summaryrefslogtreecommitdiffstats
path: root/httpd/cgi-bin/check
diff options
context:
space:
mode:
authorVille Skytt? <ville.skytta@iki.fi>2012-03-10 11:57:22 +0200
committerVille Skytt? <ville.skytta@iki.fi>2012-03-10 11:57:22 +0200
commitb84a87f41fe3856ab9507ca3d2d47dbc408f0d5f (patch)
treeabff41009c9f9d584abf89fbc4e74680a93501c1 /httpd/cgi-bin/check
parent321dfd2d1640c6c5d6d0b555d1c419c16b6f5810 (diff)
downloadmarkup-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-xhttpd/cgi-bin/check4
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);