diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-06 01:25:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-06 01:25:50 +0100 |
| commit | aeba90d3f44159c9c3083298215b629dc920d296 (patch) | |
| tree | 758cac1820ce49df9c7ff9500cca31d144078d6a | |
| parent | 33e36553d1dfe3bc7f143e559d754fbc678e043d (diff) | |
Bump versionv2.1.55
| -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-09-06 Carl Hetherington <cth@carlh.net> + + * Version 2.1.55 released. + 2015-09-05 Carl Hetherington <cth@carlh.net> * Version 2.1.54 released. diff --git a/debian/changelog b/debian/changelog index 17b7e995c..ebd024bcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.54-1) UNRELEASED; urgency=low +dcpomatic (2.1.55-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -285,8 +285,9 @@ dcpomatic (2.1.54-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 05 Sep 2015 23:22:10 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sun, 06 Sep 2015 01:25:49 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.54devel' +VERSION = '2.1.55' def options(opt): opt.load('compiler_cxx') |
