From 14da83ea4c234327f22db55d6e06e6c2bc592671 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 9 Jan 2011 23:24:22 +0200 Subject: [PATCH] wscript: start the 0.4-dev cycle --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index 8c489990..c291db27 100644 --- a/wscript +++ b/wscript @@ -12,9 +12,9 @@ from waflib.Scripting import Dist parallel_debug = False APPNAME='ladish' -VERSION='0.3' +VERSION='0.4-dev' DBUS_NAME_BASE = 'org.ladish' -RELEASE = True +RELEASE = False # these variables are mandatory ('/' are converted automatically) top = '.'