diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-01 16:49:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-01 16:49:29 +0100 |
| commit | b201cac91f9562a25b1bdec85c1c420b51d22b1f (patch) | |
| tree | 29f0ec0a1a8b8f8837b4cca8a7544d4760bc0389 | |
| parent | 9762d0dedfe07438f000c7295f5b77b983edb7f4 (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2012-08-01 Carl Hetherington <cth@carlh.net> + * Version 0.40 released. + +2012-08-01 Carl Hetherington <cth@carlh.net> + * Fix a few bugs related to thumbnailing. * Update for libdcp version 0.06. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.40pre' +VERSION = '0.40' def options(opt): opt.load('compiler_cxx') |
