From: Marc Hohl Date: Fri, 24 Aug 2012 15:15:18 +0000 (+0200) Subject: Update hardcoded version numbers X-Git-Tag: release/2.17.0-1~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5b8ec3c3708a977a4594b99ae114fafce8b9d05b;p=lilypond.git Update hardcoded version numbers --- 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):