bump version for release; push_ver deletes .orig files

This commit is contained in:
Oliver Gorwits
2012-07-10 17:54:54 +01:00
parent 97b398051f
commit 025e7b72b5
89 changed files with 91 additions and 90 deletions

View File

@@ -5,7 +5,7 @@ use File::Glob qw/bsd_glob/;
my @pms = glob_rec("../Info");
$new_version = shift @ARGV || '2.07_001';
$new_version = shift @ARGV || '2.07_002';
foreach my $p (@pms) {
print "$p\n";
@@ -21,6 +21,7 @@ foreach my $p (@pms) {
close O;
close P or die "Can't write $p. $!\n";
unlink("$p.orig");
#last;
}