diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-12 10:52:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-12 10:52:11 +0100 |
| commit | 6cb0cb97a5774a9e71be1bab231b8f7c2d25a6be (patch) | |
| tree | 5d31135a026015b681c9eddb8860d63c9e665f32 | |
| parent | 4be68e872210db9536ce1997d7fcba1e285765b8 (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2014-06-12 Carl Hetherington <cth@carlh.net> + * Version 1.69.26 released. + +2014-06-12 Carl Hetherington <cth@carlh.net> + * Fix bug where DCP-o-matic does not recreate video after subtitles are turned on or off. diff --git a/debian/changelog b/debian/changelog index bba63b12e..182f621b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.25-1) UNRELEASED; urgency=low +dcpomatic (1.69.26-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -149,8 +149,9 @@ dcpomatic (1.69.25-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 09 Jun 2014 23:59:02 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 12 Jun 2014 10:52:11 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.25devel' +VERSION = '1.69.26' def options(opt): opt.load('compiler_cxx') |
