From 7f056848060775a8b330abc74d5258c01e32f4ac Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Mon, 5 Mar 2012 04:12:00 +0200 Subject: [PATCH] Development cycle for version 2 --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index 296a8522..2a2e1465 100644 --- a/wscript +++ b/wscript @@ -12,9 +12,9 @@ from waflib.Scripting import Dist parallel_debug = False APPNAME='ladish' -VERSION='1' +VERSION='2-dev' DBUS_NAME_BASE = 'org.ladish' -RELEASE = True +RELEASE = False # these variables are mandatory ('/' are converted automatically) top = '.'