commit 8126863971a75203b527f8ad1066aaf547e4e514
Author: Graham Percival <graham@percival-music.ca>
Date:   Tue Jun 7 11:27:58 2011 +0100

    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 5685102..e498af2 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 ************"
