From: Phil Holmes Date: Mon, 4 Feb 2013 15:48:07 +0000 (+0000) Subject: Corrects display of version X-Git-Tag: release/2.17.12-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4a43b188e846b0f97dd79b117b5952d71a2b15a7;p=lilypond.git Corrects display of version Minor change - passes make, make test and make doc - pushing directly to staging. --- diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index 16951c9935..7e0c6551a3 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -553,7 +553,7 @@ def make_doctarball_links(name, version, lang): url, getTrans("Doc tarball for ", lang)+version) print "@c This file was autogenerated" -print "@c from: VERSION" +print "@c from: %s" % VERSION print "@c by: %s" % sys.argv[0] print "" print "@c ************************ Download binaries ************"