equal
deleted
inserted
replaced
66 APPNAME = 'ns' |
66 APPNAME = 'ns' |
67 |
67 |
68 wutils.VERSION = VERSION |
68 wutils.VERSION = VERSION |
69 wutils.APPNAME = APPNAME |
69 wutils.APPNAME = APPNAME |
70 |
70 |
71 # note: here we disable the VNUM for OSX since it causes problems (bug #1251) |
71 # we don't use VNUM anymore (see bug #1327 for details) |
72 wutils.VNUM = None |
72 wutils.VNUM = None |
73 if sys.platform != 'darwin' and re.match(r"^\d+\.\d+(\.\d+)?$", VERSION) is not None: |
|
74 wutils.VNUM = VERSION |
|
75 |
73 |
76 # these variables are mandatory ('/' are converted automatically) |
74 # these variables are mandatory ('/' are converted automatically) |
77 top = '.' |
75 top = '.' |
78 out = 'build' |
76 out = 'build' |
79 |
77 |