diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-06 12:58:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-06 12:58:10 +0100 |
| commit | ba3bc9b33463b157f3b54449ce024d277f1f7f17 (patch) | |
| tree | 5d1bb2ae5202f87906127ef37ceaac4817213782 | |
| parent | 277763fcf8f6d22ed6db25d8621ec03b89cf8229 (diff) | |
Bump versionv2.1.56
| -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-09-06 Carl Hetherington <cth@carlh.net> + * Version 2.1.56 released. + +2015-09-06 Carl Hetherington <cth@carlh.net> + * Version 2.1.55 released. 2015-09-05 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index ebd024bcf..99106de60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.55-1) UNRELEASED; urgency=low +dcpomatic (2.1.56-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -286,8 +286,9 @@ dcpomatic (2.1.55-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 06 Sep 2015 01:25:49 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sun, 06 Sep 2015 12:58:09 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.55devel' +VERSION = '2.1.56' def options(opt): opt.load('compiler_cxx') |
