diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-18 22:11:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-18 22:11:11 +0100 |
| commit | 3b80b8f8a938dd34ee0e0fbca8fbce6a6850f136 (patch) | |
| tree | e163cb62d36941ad945565d790de81e188b5a906 | |
| parent | 39d30f21d7f5d79362348e043c8c9ef1a5743da8 (diff) | |
Bump versionv2.1.5
| -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-06-18 Carl Hetherington <cth@carlh.net> + + * Version 2.1.5 released. + 2015-06-18 c.hetherington <cth@carlh.net> * Fix error when copying fonts into subtitles diff --git a/debian/changelog b/debian/changelog index 989fddcc2..c38f14d49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.4-1) UNRELEASED; urgency=low +dcpomatic (2.1.5-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -235,8 +235,9 @@ dcpomatic (2.1.4-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 18 Jun 2015 12:53:31 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 18 Jun 2015 22:11:11 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.4devel' +VERSION = '2.1.5' def options(opt): opt.load('compiler_cxx') |
