diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-25 16:16:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-25 16:16:51 +0100 |
| commit | cbb850637a40fdee8b411bbdd41cc491ab8fa039 (patch) | |
| tree | 161eaf25914aa5eef5a65a5daee939ab293a475b | |
| parent | 16892430aaac29df1a0f4201b02870b0728d3200 (diff) | |
Bump versionv2.1.45
| -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-08-25 Carl Hetherington <cth@carlh.net> + * Version 2.1.45 released. + +2015-08-25 Carl Hetherington <cth@carlh.net> + * Add video waveform viewer. 2015-08-23 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 6686b5ee7..61d63d3b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.44-1) UNRELEASED; urgency=low +dcpomatic (2.1.45-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -275,8 +275,9 @@ dcpomatic (2.1.44-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 22 Aug 2015 15:46:03 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 25 Aug 2015 16:16:50 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.44devel' +VERSION = '2.1.45' def options(opt): opt.load('compiler_cxx') |
