diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-28 01:11:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-28 01:11:32 +0000 |
| commit | 6e4e0e730f1522760d6ca31ebfd074d299512679 (patch) | |
| tree | 4c955461e1de64eb3608e583821c76f1d85a7cfe | |
| parent | bb997ae750c545f959fd76c8421a5bbf7fe1ad36 (diff) | |
Bump versionv2.11.68
| -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-02-28 Carl Hetherington <cth@carlh.net> + + * Version 2.11.68 released. + 2018-02-26 Carl Hetherington <cth@carlh.net> * Version 2.11.67 released. diff --git a/debian/changelog b/debian/changelog index bdcc9d153..0c5974832 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.11.67-1) UNRELEASED; urgency=low +dcpomatic (2.11.68-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -559,8 +559,9 @@ dcpomatic (2.11.67-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@main.carlh.net> Mon, 26 Feb 2018 16:05:43 +0000 + -- Carl Hetherington <carl@main.carlh.net> Wed, 28 Feb 2018 01:11:31 +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.67devel' +VERSION = '2.11.68' def options(opt): opt.load('compiler_cxx') |
