Bump version

This commit is contained in:
Eric A. Miller
2013-02-10 22:52:51 -05:00
parent 9c71bdbcef
commit da2ea09e84
99 changed files with 120 additions and 103 deletions

View File

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