From: Graham Percival Date: Sun, 17 Jan 2010 20:48:19 +0000 (+0000) Subject: Build: fix version number for doctarballDevel. X-Git-Tag: release/2.13.12-1~108 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5331bcc2118ca04993737d66cabb254963cc425c;p=lilypond.git Build: fix version number for doctarballDevel. Sorry for all these commits; it would be a royal pain to test this on lilypond.org if I uploaded stuff manually. --- diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index 8e3391e065..4cf5fb4b53 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -226,7 +226,7 @@ print "@c ************************ Manual links ************" make_manual_links("Stable", VERSION_STABLE) make_manual_links("Devel", VERSION_DEVEL) make_doctarball_links("Stable", VERSION_STABLE) -make_doctarball_links("Devel", VERSION_STABLE) +make_doctarball_links("Devel", VERSION_DEVEL) print "@c ************************ Regtest links ************" make_regtest_links("Stable", VERSION_STABLE)