Skip to content

Commit

Permalink
updated version to 0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
waltman committed Nov 18, 2024
1 parent 3374f06 commit f945009
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ Revision history for Perl extension Graph::MaxFlow.
Require Graph.pm version 0.50 or later
Switched from svn to git, so removed $Id$ tags
No changes to the core algorithm

0.04 Sun 17 Nov 2024 08:36:10 PM EST
Changed email address from @cpan.org to @pobox.com
Updated copyright to 2024
2 changes: 1 addition & 1 deletion MaxFlow.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Carp 'carp';
@ISA = qw(Exporter);
@EXPORT_OK = qw(max_flow);

$VERSION = '0.03';
$VERSION = '0.04';

use strict;
use warnings;
Expand Down

0 comments on commit f945009

Please sign in to comment.