From 5778da3857d08f0cac67dc0867b54abf09a8bd47 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 7 Jun 2011 11:27:58 +0100 Subject: [PATCH] Update hard-coded version number. Yes, we still have a FIXME to make this non-hard-coded. Patches welcome. --- 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 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 ************" -- 2.39.5