Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kenahoo committed Mar 17, 2005
1 parent e411b1d commit eacc5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Module/Build.pm
Expand Up @@ -15,7 +15,7 @@ use Module::Build::Base;


use vars qw($VERSION @ISA); use vars qw($VERSION @ISA);
@ISA = qw(Module::Build::Base); @ISA = qw(Module::Build::Base);
$VERSION = '0.2608'; $VERSION = '0.2609';
$VERSION = eval $VERSION; $VERSION = eval $VERSION;


# Okay, this is the brute-force method of finding out what kind of # Okay, this is the brute-force method of finding out what kind of
Expand Down

0 comments on commit eacc5e8

Please sign in to comment.