Skip to content

Commit

Permalink
Bump the version to test sourceforge's new subversion server.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Jan 3, 2007
1 parent c7c1715 commit 45e7bd1
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 qw( croak ); use Carp qw( croak );


use vars qw($VERSION $REVISION); use vars qw($VERSION $REVISION);
$VERSION = '0.9913'; # NOTE - Should be #.#### (four decimal places) $VERSION = '0.9917'; # NOTE - Should be #.#### (four decimal places)
$REVISION = do {my($r)=(q$Revision$=~/(\d+)/);sprintf"1.%04d",$r}; $REVISION = do {my($r)=(q$Revision$=~/(\d+)/);sprintf"1.%04d",$r};


sub import { sub import {
Expand Down

0 comments on commit 45e7bd1

Please sign in to comment.