diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-20 00:35:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-20 00:35:53 +0000 |
| commit | 692ba6090ab9b555007c606e891616eddd2ee55a (patch) | |
| tree | 06cf084af5f9f94343539a0d395ec5306809a69e | |
| parent | 4579bd65a4ce8f50c5facc441542dac8c71c1f87 (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2012-12-20 Carl Hetherington <cth@carlh.net> + * Version 0.68beta3 released. + +2012-12-20 Carl Hetherington <cth@carlh.net> + * Allow still-image DCPs to have external audio added to them (#13). 2012-12-19 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index d03978d7d..55c9e3a34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.68beta3-1) unstable; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Thu, 20 Dec 2012 00:35:45 +0000 + dvdomatic (0.68beta2-1) unstable; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.68beta2' +VERSION = '0.68beta3' def options(opt): opt.load('compiler_cxx') |
