diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-11 15:02:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-11 15:02:15 +0000 |
| commit | 48cd1336041248936cbf56d6964c75e5388214dd (patch) | |
| tree | f09ed2cc7e3aa1834590d808d6957cc36f0d7636 | |
| parent | 7a1d7cb18e77322ee2f5ced19fb47afc511c7629 (diff) | |
Bump versionv2.6.7
| -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-12-11 Carl Hetherington <cth@carlh.net> + * Version 2.6.7 released. + +2015-12-11 Carl Hetherington <cth@carlh.net> + * Version 2.6.6 released. 2015-12-06 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index fde158c86..5c9411bb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.6.6-1) UNRELEASED; urgency=low +dcpomatic (2.6.7-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -363,8 +363,9 @@ dcpomatic (2.6.6-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 11 Dec 2015 13:58:02 +0000 + -- Carl Hetherington <carl@d1stkfactory> Fri, 11 Dec 2015 15:02:14 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.6.6devel' +VERSION = '2.6.7' def options(opt): opt.load('compiler_cxx') |
