From 5331bcc2118ca04993737d66cabb254963cc425c Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 17 Jan 2010 20:48:19 +0000 Subject: [PATCH] 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. --- scripts/build/create-weblinks-itexi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5