From 5e829b0237133dd098e67f342a3e1e1e5a7f9f61 Mon Sep 17 00:00:00 2001 From: Fredrik Kuivinen Date: Tue, 25 Oct 2005 23:09:18 +0200 Subject: [PATCH] Update version string to reflect post v0.3 status. Signed-off-by: Fredrik Kuivinen --- ctcore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctcore.py b/ctcore.py index d2a6079..0ae4e93 100644 --- a/ctcore.py +++ b/ctcore.py @@ -17,7 +17,7 @@ import sys applicationName = 'Commit Tool' shortName = 'ct' -version = 'v0.3' +version = 'v0.3-GIT' executeMain = True _settings = None -- 2.11.4.GIT