diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-01 16:42:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-01 16:42:48 +0100 |
| commit | abe63c32cff1bc5ea71455476aadc817b05b4076 (patch) | |
| tree | a8a81016f0e6cb4f6688735c734d45690458b215 | |
| parent | c5b000270d35d19991519c5e1b227edb1dd73856 (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.39 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.39pre' +VERSION = '0.39' def options(opt): opt.load('compiler_cxx') |
