From 59be732d2fc8815f694539c97f5a56024f0de23b Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 15 Oct 2013 10:31:34 +0100 Subject: [PATCH] Release 1.3 --- 0compile | 2 +- 0compile.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/0compile b/0compile index 1d89f78..16010c2 100755 --- a/0compile +++ b/0compile @@ -23,7 +23,7 @@ commands = [] import autocompile, setup, clean, copysrc, build, publish, gui, bugs, include_deps import support -version = '1.2' +version = '1.3' try: locale.setlocale(locale.LC_ALL, '') diff --git a/0compile.xml b/0compile.xml index 531408b..9977475 100644 --- a/0compile.xml +++ b/0compile.xml @@ -24,7 +24,7 @@ For a full tutorial, see 0compile's homepage. sed -i "s/^version = '.*'$/version = '$RELEASE_VERSION'/" 0compile - + @@ -42,7 +42,7 @@ For a full tutorial, see 0compile's homepage. - + -- 2.11.4.GIT