wscript: start the 0.4-dev cycle

This commit is contained in:
Nedko Arnaudov 2011-01-09 23:24:22 +02:00
parent dec0b7d9b8
commit 14da83ea4c
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ from waflib.Scripting import Dist
parallel_debug = False parallel_debug = False
APPNAME='ladish' APPNAME='ladish'
VERSION='0.3' VERSION='0.4-dev'
DBUS_NAME_BASE = 'org.ladish' DBUS_NAME_BASE = 'org.ladish'
RELEASE = True RELEASE = False
# these variables are mandatory ('/' are converted automatically) # these variables are mandatory ('/' are converted automatically)
top = '.' top = '.'