diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-01 16:48:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-01 16:48:33 +0100 |
| commit | 57d046668dab2150275396555ce742d5ea1529bf (patch) | |
| tree | b9b661f68db75445f4bca1953fa4e2f6de59acf5 /wscript | |
| parent | abe63c32cff1bc5ea71455476aadc817b05b4076 (diff) | |
win32 build fix.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.39' +VERSION = '0.40pre' def options(opt): opt.load('compiler_cxx') |
