diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-07 01:05:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-07 01:05:38 +0000 |
| commit | 476e5504835c9761dbcd119b90f891fea620a10c (patch) | |
| tree | 7aace5c084a4d0860b437b60afdb5f24cbf61dd4 | |
| parent | 5438914988255710e377b967627dbba29bb520e8 (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | wscript | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2012-11-07 Carl Hetherington <cth@carlh.net> + + * Version 0.56 released. + 2012-11-05 Carl Hetherington <cth@carlh.net> * Remove options to black-out the video when cropping the end; @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.56pre' +VERSION = '0.56' def options(opt): opt.load('compiler_cxx') |
