diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-12 15:15:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-12 15:15:42 +0100 |
| commit | 2a511c109ccb25477923060a2e4965822615ef04 (patch) | |
| tree | 2ab1499746808e9382b611e4ad2f677ab4192fb3 | |
| parent | 1ce0f3dd89c6000d0bc8ba028130ab7ada5e1a39 (diff) | |
Bump versionv2.1.64
| -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 @@ 2015-09-12 Carl Hetherington <cth@carlh.net> + * Version 2.1.64 released. + +2015-09-12 Carl Hetherington <cth@carlh.net> + * Several fixes to SMPTE subtitle syntax. * Version 2.1.63 released. diff --git a/debian/changelog b/debian/changelog index b3b69ca51..f4ec3b89e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.63-1) UNRELEASED; urgency=low +dcpomatic (2.1.64-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -303,8 +303,9 @@ dcpomatic (2.1.63-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. + * New upstream release. - -- Carl Hetherington <cth@carlh.net> Sat, 12 Sep 2015 00:25:27 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sat, 12 Sep 2015 15:15:41 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.63devel' +VERSION = '2.1.64' def options(opt): opt.load('compiler_cxx') |
