From 5b8ec3c3708a977a4594b99ae114fafce8b9d05b Mon Sep 17 00:00:00 2001 From: Marc Hohl Date: Fri, 24 Aug 2012 17:15:18 +0200 Subject: [PATCH] Update hardcoded version numbers --- scripts/build/create-weblinks-itexi.py | 4 ++-- scripts/build/website_post.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index 62d5afbfbd..3d96de64f8 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -498,8 +498,8 @@ print "@c ************************ Download source ************" # FIXME: icky hard-coding! -gp for lang in langs: print "@c *********", lang, "***" - make_download_source("downloadStableSource","v2.14",VERSION_STABLE,lang) - make_download_source("downloadDevelSource","v2.15",VERSION_DEVEL,lang) + make_download_source("downloadStableSource","v2.16",VERSION_STABLE,lang) + make_download_source("downloadDevelSource","v2.17",VERSION_DEVEL,lang) print "@c ************************ Manual links ************" for lang in langs: diff --git a/scripts/build/website_post.py b/scripts/build/website_post.py index 93e3c8d50d..ccc2cf4db6 100644 --- a/scripts/build/website_post.py +++ b/scripts/build/website_post.py @@ -203,9 +203,9 @@ urchinTracker(); #### add google tracker goals if (line.find("href=\"http://download.linuxaudio.org") >= 0): # TODO: more ugly hardcoding to make releases hard. :( - if (line.find('2.14') >= 0): + if (line.find('2.16') >= 0): line = line.replace('a href=', 'a onClick=\"javascript:urchinTracker(\'/download/v2.14\');\" href=') - elif (line.find('2.15') >= 0): + elif (line.find('2.17') >= 0): line = line.replace('a href=', 'a onClick=\"javascript:urchinTracker(\'/download/v2.15\');\" href=') ### add language selection footer if (line.find("
") >= 0): -- 2.39.2