diff options
Diffstat (limited to 'httpd/cgi-bin/check')
-rwxr-xr-x | httpd/cgi-bin/check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index f303952..1e324df 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -81,7 +81,7 @@ use constant T_ERROR => 8; # 0000 1000 # # Define global variables. use vars qw($DEBUG $CFG %RSRC $VERSION); -$VERSION = '1.1'; +$VERSION = '1.2'; use constant IS_MODPERL2 => (exists($ENV{MOD_PERL_API_VERSION}) && $ENV{MOD_PERL_API_VERSION} >= 2); |