projects
/
catagits/fcgi2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a6b22a6
)
bump version
skimo [Thu, 20 Sep 2001 11:07:36 +0000 (11:07 +0000)]
perl/FCGI.PL
patch
|
blob
|
blame
|
history
diff --git
a/perl/FCGI.PL
b/perl/FCGI.PL
index
e84def2
..
94008ed
100644
(file)
--- a/
perl/FCGI.PL
+++ b/
perl/FCGI.PL
@@
-6,7
+6,7
@@
open OUT, ">FCGI.pm";
print "Generating FCGI.pm\n";
print OUT <<'EOP';
-# $Id: FCGI.PL,v 1.28 2001/09/14 17:40:30 skimo Exp $
+# $Id: FCGI.PL,v 1.29 2001/09/20 11:07:36 skimo Exp $
package FCGI;
@@
-21,7
+21,7
@@
require DynaLoader;
);
-$VERSION = '0.60';
+$VERSION = '0.61';
EOP