diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-18 21:05:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-18 21:05:40 +0100 |
| commit | fd828be9f43074ff1da9744930b780fbc74c2a2f (patch) | |
| tree | b964f99697197f0b438b2dd51e2ae4bf8a06fe62 | |
| parent | a7a8d63f7e50cead342f1384a927786dd5e048dd (diff) | |
Bump versionv2.1.41
| -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-18 Carl Hetherington <cth@carlh.net> + * Version 2.1.41 released. + +2015-08-18 Carl Hetherington <cth@carlh.net> + * Add configuration for DCP creator metadata. * Version 2.1.40 released. diff --git a/debian/changelog b/debian/changelog index ee159566f..6f06eee69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.40-1) UNRELEASED; urgency=low +dcpomatic (2.1.41-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -271,8 +271,9 @@ dcpomatic (2.1.40-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 18 Aug 2015 13:45:49 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 18 Aug 2015 21:05:40 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.40devel' +VERSION = '2.1.41' def options(opt): opt.load('compiler_cxx') |
