diff options
Diffstat (limited to 'lib/CGI/Fast.pm')
-rw-r--r-- | lib/CGI/Fast.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CGI/Fast.pm b/lib/CGI/Fast.pm index 669b38e010..62e8e662f6 100644 --- a/lib/CGI/Fast.pm +++ b/lib/CGI/Fast.pm @@ -16,7 +16,7 @@ package CGI::Fast; # The most recent version and complete docs are available at: # http://www.genome.wi.mit.edu/ftp/pub/software/WWW/cgi_docs.html # ftp://ftp-genome.wi.mit.edu/pub/software/WWW/ -$CGI::Fast::VERSION='1.04'; +$CGI::Fast::VERSION='1.041'; use CGI; use FCGI; |