wscript
changeset 7688 6f5c9b870e45
parent 7682 8813ef4cec0f
child 7692 2a3b879f4b5f
--- a/wscript	Fri Jan 13 16:07:23 2012 -0800
+++ b/wscript	Mon Jan 16 19:39:45 2012 +0000
@@ -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 = '.'