Skip to content

Commit

Permalink
Bump version to 0.24_06 for another release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed May 25, 2004
1 parent e72c9b8 commit 838a80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/POE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use strict;
use Carp;

use vars qw($VERSION $REVISION);
$VERSION = '0.28_04';
$VERSION = '0.28_06';
$REVISION = do {my@r=(q$Revision$=~/\d+/g);sprintf"%d."."%04d"x$#r,@r};

sub import {
Expand Down

0 comments on commit 838a80d

Please sign in to comment.