Development cycle for version 2

This commit is contained in:
Nedko Arnaudov 2012-03-05 04:12:00 +02:00
parent 835756ac02
commit 7f05684806
1 changed files with 2 additions and 2 deletions

View File

@ -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 = '.'