diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-07 01:28:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-07 01:28:18 +0000 |
| commit | c3f544f4691e63fbea3bd3fc5c4e26b33283e7ab (patch) | |
| tree | 4decf6fdc1b9b05e933716fceec3ca48860ba783 | |
| parent | 55ac039531dd1724af11ca61395c02db7a4c3524 (diff) | |
Bump versionv2.6.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 @@ +2016-03-07 Carl Hetherington <cth@carlh.net> + + * Version 2.6.34 released. + 2016-03-06 Carl Hetherington <cth@carlh.net> * Version 2.6.33 released. diff --git a/debian/changelog b/debian/changelog index 5e91ba7fc..98bdc9a91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.6.33-1) UNRELEASED; urgency=low +dcpomatic (2.6.34-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -390,8 +390,9 @@ dcpomatic (2.6.33-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 06 Mar 2016 21:59:21 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 07 Mar 2016 01:28:18 +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.33devel' +VERSION = '2.6.34' def options(opt): opt.load('compiler_cxx') |
