diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-02 00:27:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-02 00:27:38 +0000 |
| commit | 68d1bc4af787b6f718385bafdc40d6b7f9705537 (patch) | |
| tree | cddb90f3860d396b934e4c1be3267763b938a31e | |
| parent | 3d218d96501baf61d17f1b6a5f603562ea39e006 (diff) | |
Bump versionv2.11.34
| -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 @@ +2018-01-02 Carl Hetherington <cth@carlh.net> + + * Version 2.11.34 released. + 2017-12-31 Carl Hetherington <cth@carlh.net> * Version 2.11.33 released. diff --git a/debian/changelog b/debian/changelog index a72bad2a4..c80017156 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.33-1) UNRELEASED; urgency=low +dcpomatic (2.11.34-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -525,8 +525,9 @@ dcpomatic (2.11.33-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Sun, 31 Dec 2017 21:20:40 +0000 + -- Carl Hetherington <carl@main.carlh.net> Tue, 02 Jan 2018 00:27:38 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.11.33devel' +VERSION = '2.11.34' def options(opt): opt.load('compiler_cxx') |
