bump version for stable release

This commit is contained in:
Oliver Gorwits
2013-04-13 11:05:26 +01:00
parent d82d495dcf
commit d3e39a4132
101 changed files with 104 additions and 105 deletions

View File

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