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

(-)a/wscript (-1 / +1 lines)
 Lines 71-77    Link Here 
71
# note: here we disable the VNUM for OSX since it causes problems (bug #1251)
71
# note: here we disable the VNUM for OSX since it causes problems (bug #1251)
72
wutils.VNUM = None
72
wutils.VNUM = None
73
if sys.platform != 'darwin' and re.match(r"^\d+\.\d+(\.\d+)?$", VERSION) is not None:
73
if sys.platform != 'darwin' and re.match(r"^\d+\.\d+(\.\d+)?$", VERSION) is not None:
74
    wutils.VNUM = VERSION
74
    wutils.VNUM = VERSION[2:]
75
75
76
# these variables are mandatory ('/' are converted automatically)
76
# these variables are mandatory ('/' are converted automatically)
77
top = '.'
77
top = '.'

Return to bug 1327