diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-01 15:39:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-01 15:39:45 +0100 |
| commit | 20ea7987a6039c98a9c71173cf011cedea6aa25c (patch) | |
| tree | a73934028a43061aeef7204463f184535d8169ae | |
| parent | a5ea6078ce9e79cd1afe0ccd2b5e1df8360036e6 (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.38 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.38pre' +VERSION = '0.38' def options(opt): opt.load('compiler_cxx') |
