set-version.pl: don't set current version in ORGWEBPAGE/index.org

This commit is contained in:
Bastien Guerry 2011-01-09 18:43:40 +01:00
parent e4e0dc7f1f
commit 65411f40e1
1 changed files with 0 additions and 7 deletions

View File

@ -43,10 +43,3 @@ if (not $only) {
$c1 = "perl -pi -e '$cmd' README_DIST";
system($c1);
}
if ($all or $only) {
print STDERR "ORGWEBPAGE/index.org\n";
$cmd = qq{s/^(\\* Current Version )\\(\\S+?\\)/\$1($version)/;s/^(The current version is)\\s+(\\S+)\\. /\$1 $version. /;s/org-[6-9].*?\\.(zip|tar\\.gz)/org-$version.\$1/g};
$c1 = "perl -pi -e '$cmd' ORGWEBPAGE/index.org";
system($c1);
}