diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-28 14:01:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-28 14:01:28 +0100 |
| commit | 2a5d786b4aa807ca7c4d4d8eb5c336741acfd530 (patch) | |
| tree | fe2bc11b9620ae0fa49ee49933a49eadb900fed7 | |
| parent | 694fa81296e7fc8215f15414bd773354b253e07e (diff) | |
Bump versionv2.1.47
| -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-08-28 Carl Hetherington <cth@carlh.net> + + * Version 2.1.47 released. + 2015-08-28 c.hetherington <cth@carlh.net> * Fix crash on adding a KDM to DCP content diff --git a/debian/changelog b/debian/changelog index b1b76006c..ae70ceaef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.46-1) UNRELEASED; urgency=low +dcpomatic (2.1.47-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -277,8 +277,9 @@ dcpomatic (2.1.46-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 26 Aug 2015 09:36:55 +0100 + -- Carl Hetherington <carl@d1stkfactory> Fri, 28 Aug 2015 14:01:28 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.46devel' +VERSION = '2.1.47' def options(opt): opt.load('compiler_cxx') |
