From e2a0108360da37b13d8bfe0e40b5e0049410629d Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 9 Jun 2011 11:51:33 +0100 Subject: [PATCH] Update another hard-coded version number. --- 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 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: -- 2.39.5