From ac5a278f109f407b0022155417560ee48a462bdc Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Mon, 19 Dec 2011 00:36:27 +0200 Subject: [PATCH] version 1 --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index c1281078..296a8522 100644 --- a/wscript +++ b/wscript @@ -12,9 +12,9 @@ from waflib.Scripting import Dist parallel_debug = False APPNAME='ladish' -VERSION='0.4-dev' +VERSION='1' DBUS_NAME_BASE = 'org.ladish' -RELEASE = False +RELEASE = True # these variables are mandatory ('/' are converted automatically) top = '.'