From 7cc6c182f456d8e7f24389f66af943143c459bcb Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Mon, 20 Apr 2009 07:26:56 +0100 Subject: [PATCH] Release 0.15 --- 0compile | 2 +- 0compile.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/0compile b/0compile index 90652c8..9327e2f 100755 --- a/0compile +++ b/0compile @@ -29,7 +29,7 @@ commands = [] import autocompile, setup, clean, copysrc, build, publish, gui, bugs, include_deps -version = '0.14' +version = '0.15' parser = OptionParser(usage="usage: %prog " + '\n %prog '.join([c.__doc__ for c in commands])) diff --git a/0compile.xml b/0compile.xml index fa5b0ce..2a79bb4 100644 --- a/0compile.xml +++ b/0compile.xml @@ -25,7 +25,7 @@ For a full tutorial, see 0compile's homepage. - + -- 2.11.4.GIT