View | Details | Raw Unified | Return to bug 1327
Collapse All | Expand All

(-)a/wscript (-3 / +1 lines)
 Lines 68-77    Link Here 
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 = '.'

Return to bug 1327