Skip to content

Commit

Permalink
Item6042: trying to get BuildContrib to work... part1
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/FastCGIEngineContrib@1587 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GilmarSantosJr authored and GilmarSantosJr committed Dec 26, 2008
1 parent d919a20 commit 2f25d59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Foswiki/Engine/FastCGI.pm
Expand Up @@ -51,7 +51,10 @@ use FCGI;
use POSIX qw(:signal_h);
require File::Spec;

our $VERSION = '0.9.0';
use vars qw( $VERSION $RELEASE );

$VERSION = '$Rev$';
$RELEASE = '0.9.0';

our $hupRecieved = 0;

Expand Down

0 comments on commit 2f25d59

Please sign in to comment.