diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-18 12:53:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-18 12:53:32 +0100 |
| commit | a7605ea20785dee70edebaa64432181006455b73 (patch) | |
| tree | b7499e1f7e5e8f927495681555c1ce806c2403d0 | |
| parent | bc137792591b1c77fa9221fe1c6ce765a48a86f1 (diff) | |
Bump versionv2.1.4
| -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-06-18 Carl Hetherington <cth@carlh.net> + * Version 2.1.4 released. + +2015-06-18 Carl Hetherington <cth@carlh.net> + * Fixes to Linux .desktop files. * Stop playback when we reach the end of the film. diff --git a/debian/changelog b/debian/changelog index 5886d4289..989fddcc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.3-1) UNRELEASED; urgency=low +dcpomatic (2.1.4-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -234,8 +234,9 @@ dcpomatic (2.1.3-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 14 Jun 2015 19:20:33 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 18 Jun 2015 12:53:31 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.3devel' +VERSION = '2.1.4' def options(opt): opt.load('compiler_cxx') |
