From 6cdb79e2a611d99fa6e13dd224a92dc8badaf2ac Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 9 Nov 2009 03:42:06 -0500 Subject: XML reporting now works via the "xml" command --- acprep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'acprep') diff --git a/acprep b/acprep index 7335e17d..055d2306 100755 --- a/acprep +++ b/acprep @@ -195,7 +195,7 @@ class PrepareBuild(CommandLineApp): self.envvars = { 'PYTHON_HOME': '/usr', - 'PYTHON_VERSION': '2.5', + 'PYTHON_VERSION': '2.6', 'BOOST_SUFFIX': None, 'BOOST_HOME': '/usr', 'LEDGER_PRODUCTS': None, @@ -394,7 +394,7 @@ class PrepareBuild(CommandLineApp): tag = self.get_stdout('git', 'describe', '--all', '--long') self.current_ver = re.sub('heads/', '', tag) else: - self.current_ver = "3.0a" + self.current_ver = "unknown" return self.current_ver def need_to_prepare_autotools(self): -- cgit v1.2.3