From: Graham Percival Date: Tue, 7 Jun 2011 10:27:58 +0000 (+0100) Subject: Update hard-coded version number. X-Git-Tag: release/2.15.0-1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=426c1c9d2e41f7b3c458939d1344795df01aedd8;p=lilypond.git Update hard-coded version number. Yes, we still have a FIXME to make this non-hard-coded. Patches welcome. --- diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index 5685102a6b..e498af2eab 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -490,7 +490,7 @@ print "@c ************************ Download source ************" # FIXME: icky hard-coding! -gp for lang in langs: print "@c *********", lang, "***" - make_download_source("downloadStableSource","v2.12",VERSION_STABLE,lang) + make_download_source("downloadStableSource","v2.14",VERSION_STABLE,lang) make_download_source("downloadDevelSource","v2.13",VERSION_DEVEL,lang) print "@c ************************ Manual links ************"