From: Graham Percival <graham@percival-music.ca>
Date: Thu, 9 Jun 2011 10:51:33 +0000 (+0100)
Subject: Update another hard-coded version number.
X-Git-Tag: release/2.14.1-1~8
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5f38e5f1baf85b9cad31c2a45d4d6eddb1d67e9d;p=lilypond.git

Update another hard-coded version number.
---

diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py
index e498af2eab..c48b0085b0 100644
--- a/scripts/build/create-weblinks-itexi.py
+++ b/scripts/build/create-weblinks-itexi.py
@@ -491,7 +491,7 @@ print "@c ************************ Download source ************"
 for lang in langs:
     print "@c *********", lang, "***"
     make_download_source("downloadStableSource","v2.14",VERSION_STABLE,lang)
-    make_download_source("downloadDevelSource","v2.13",VERSION_DEVEL,lang)
+    make_download_source("downloadDevelSource","v2.15",VERSION_DEVEL,lang)
 
 print "@c ************************ Manual links ************"
 for lang in langs: