From 4a43b188e846b0f97dd79b117b5952d71a2b15a7 Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Mon, 4 Feb 2013 15:48:07 +0000 Subject: [PATCH] Corrects display of version Minor change - passes make, make test and make doc - pushing directly to staging. --- 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 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 ************" -- 2.39.2