wscript
changeset 7688 6f5c9b870e45
parent 7682 8813ef4cec0f
child 7692 2a3b879f4b5f
equal deleted inserted replaced
7687:9918e57b9f8d 7688:6f5c9b870e45
    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