Skip to content

Commit

Permalink
Bump version to 0.29 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Jun 4, 2004
1 parent 8c890d1 commit 2fd9a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/POE.pm
Expand Up @@ -7,7 +7,7 @@ use strict;
use Carp;

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

sub import {
Expand Down

0 comments on commit 2fd9a93

Please sign in to comment.