Bump version for first 3.0 beta release

This commit is contained in:
Eric A. Miller
2013-02-10 10:23:35 -05:00
parent 5da622ff88
commit a9a3229c22
92 changed files with 92 additions and 92 deletions

View File

@@ -5,7 +5,7 @@ use File::Glob qw/bsd_glob/;
my @pms = glob_rec("../Info");
$new_version = shift @ARGV || '2.11';
$new_version = shift @ARGV || '3.00_001';
foreach my $p (@pms) {
print "$p\n";