diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-25 16:21:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-25 16:21:22 +0100 |
| commit | 76d8fe3ce821dc005aad123e85ba256941b0db74 (patch) | |
| tree | a907dc88fb7b4e2dfebece459019966a180ad309 | |
| parent | f6f23d3747e8f1ae13f80344d0e3c45154cbe3b9 (diff) | |
Bump versionv0.70
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libdcp' -VERSION = '0.70pre' +VERSION = '0.70' def options(opt): opt.load('compiler_cxx') |
