correct typo in wscript

This commit is contained in:
Frank 2011-06-17 18:20:03 -07:00
parent 9824215f69
commit de0345d544
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ def deb(context):
else:
VERSION = "2.2"
version = ["--ser-envvar=PACKAGEVERSION=%s"%VERSION]
version = ["--set-envvar=PACKAGEVERSION=%s"%VERSION]
if Options.options.PRERELEASE:
if not buildnumber: