Utilities: Make sure that version number changes do not touch snapshot links.

This commit is contained in:
Carsten Dominik 2009-02-07 15:20:32 +01:00
parent c92a7825b7
commit 86c8daa1f6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ system($c1);
if ($all) { if ($all) {
print STDERR "ORGWEBPAGE/index.org\n"; 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-.*?\\.(zip|tar\\.gz)/org-$version.\$1/g}; $cmd = qq{s/^(\\* Current Version )\\(\\S+?\\)/\$1($version)/;s/^(The current version is)\\s+(\\S+)\\. /\$1 $version. /;s/org-\d.*?\\.(zip|tar\\.gz)/org-$version.\$1/g};
$c1 = "perl -pi -e '$cmd' ORGWEBPAGE/index.org"; $c1 = "perl -pi -e '$cmd' ORGWEBPAGE/index.org";
system($c1); system($c1);
} }