Start ladish-0.3

This commit is contained in:
Nedko Arnaudov 2009-12-29 09:18:48 +02:00
parent 4b4d6c974f
commit 1094b5e509
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ import shutil
import re
APPNAME='ladish'
VERSION='0.2'
VERSION='0.3'
DBUS_NAME_BASE = 'org.ladish'
RELEASE = True
RELEASE = False
# these variables are mandatory ('/' are converted automatically)
srcdir = '.'