diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-19 21:00:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-19 21:00:40 +0100 |
| commit | ad7dc5ef0bd6f70c32600329e135d87b84604a3f (patch) | |
| tree | 514bdfec03bec84f00ad698ad9ae5c700b928326 | |
| parent | 2ec879dfc354c1aa95f78e9f264f2487fd2688ae (diff) | |
Bump versionv2.1.6
| -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-06-19 Carl Hetherington <cth@carlh.net> + + * Version 2.1.6 released. + 2015-06-18 Carl Hetherington <cth@carlh.net> * Version 2.1.5 released. diff --git a/debian/changelog b/debian/changelog index c38f14d49..a218b2573 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.5-1) UNRELEASED; urgency=low +dcpomatic (2.1.6-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -236,8 +236,9 @@ dcpomatic (2.1.5-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 18 Jun 2015 22:11:11 +0100 + -- Carl Hetherington <carl@d1stkfactory> Fri, 19 Jun 2015 21:00:40 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.5devel' +VERSION = '2.1.6' def options(opt): opt.load('compiler_cxx') |
