Skip to content

Commit dd8d507

Browse files
committed
0.5.11
1 parent 43e00d8 commit dd8d507

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

client-perl.cgi

-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ use vars qw($VERSION $PREFIX);
2424
# change this if needed
2525
$PREFIX = "/tmp/cgiirc-";
2626

27-
($VERSION =
28-
'$Name: $ 0_5_CVS $Id$'
29-
) =~ s/^.*?(\d\S+) .*$/$1/;
30-
$VERSION =~ s/_/./g;
31-
3227
use Socket;
3328
use Symbol;
3429
$|++;

irc.cgi

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use lib qw/modules interfaces/;
2626
no warnings 'uninitialized';
2727

2828
($VERSION =
29-
'$Name: $ 0.5-g $Id$'
29+
'0.5.11 $Id$'
3030
) =~ s/^.*?(\d\S+) .*?([0-9a-f]{4}).*/$1 . (index($1, "g") > 0 ? "$2" : "")/e;
3131

3232
require 'parse.pl';

nph-irc.cgi

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use vars qw(
3232
);
3333

3434
($VERSION =
35-
'$Name: $ 0.5-g $Id$'
35+
'0.5..11 $Id$'
3636
) =~ s/^.*?(\d\S+) .*?([0-9a-f]{4}).*/$1 . (index($1, "g") > 0 ? "$2" : "")/e;
3737

3838
use Socket;

0 commit comments

Comments
 (0)