diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-14 09:09:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-14 09:09:38 +0100 |
| commit | 387c979b4fd9222190bdff7dcf9f7eb1f0c91a60 (patch) | |
| tree | 5c658902abf3362a65a1edb0fa504ece86c07d47 | |
| parent | b7504915924b8eda7546f02ab976a4572fd56f5b (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,3 +1,7 @@ +2015-05-14 Carl Hetherington <cth@carlh.net> + + * Version 2.0.47 released. + 2015-05-13 c.hetherington <cth@carlh.net> * Various fixes to embedded image subtitle diff --git a/debian/changelog b/debian/changelog index 7850ebcc7..cb6baec5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.46-1) UNRELEASED; urgency=low +dcpomatic (2.0.47-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -225,8 +225,9 @@ dcpomatic (2.0.46-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 10 May 2015 03:23:45 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 14 May 2015 09:09:37 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -25,7 +25,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.0.46devel' +VERSION = '2.0.47' def options(opt): opt.load('compiler_cxx') |
