diff -r 0873edb445e8 wscript --- a/wscript Wed Jan 11 14:34:14 2012 +0000 +++ b/wscript Wed Jan 11 20:35:18 2012 +0100 @@ -68,10 +68,8 @@ wutils.VERSION = VERSION wutils.APPNAME = APPNAME -# note: here we disable the VNUM for OSX since it causes problems (bug #1251) +# we don't use VNUM anymore (see bug #1327 for details) wutils.VNUM = None -if sys.platform != 'darwin' and re.match(r"^\d+\.\d+(\.\d+)?$", VERSION) is not None: - wutils.VNUM = VERSION # these variables are mandatory ('/' are converted automatically) top = '.'