diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-01 09:09:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-01 09:09:32 +0000 |
| commit | 70d9503131016568d8236cd6e9ad0be01f193e81 (patch) | |
| tree | 1ca3b128e01a31f41d99f4f63bc1bcc59dc8f94d | |
| parent | 4c1039131b96f0e2cac8724e54a2e90d7afdad32 (diff) | |
Bump versionv2.6.30
| -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 @@ +2016-03-01 Carl Hetherington <cth@carlh.net> + + * Version 2.6.30 released. + 2016-03-01 c.hetherington <cth@carlh.net> * Fix failure to recognise image sequence directories diff --git a/debian/changelog b/debian/changelog index 83f4c7427..5a301fe50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.6.29-1) UNRELEASED; urgency=low +dcpomatic (2.6.30-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -386,8 +386,9 @@ dcpomatic (2.6.29-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 01 Mar 2016 01:01:32 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 01 Mar 2016 09:09:31 +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.29devel' +VERSION = '2.6.30' def options(opt): opt.load('compiler_cxx') |
