initial work for migrating to the 1.0.8.1 release; applied the variable-header-ignore-no-hash patch.

This commit is contained in:
agentzh (章亦春)
2011-10-07 13:44:20 +08:00
parent ee9cf6c407
commit 23506e8328
13 changed files with 966 additions and 98 deletions

2
util/upgrade-patches.pl Normal file → Executable file
View File

@ -21,7 +21,7 @@ for my $file (@files) {
or die "failed run command $cmd.\n";
}
my $cmd = "sed -i 's/1\.0\.5/1.0.6/g' $newfile";
my $cmd = "sed -i 's/\Q$ver\E/$newver/g' $newfile";
system($cmd) == 0
or die "failed to run command $cmd.\n";