diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-14 14:35:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-14 14:35:35 +0000 |
| commit | 1e1a6346b799d6fed3bfaf39b37d768b8401f125 (patch) | |
| tree | af897cb93447ee6d4ed5ddf31b75113ce16d1401 | |
| parent | 1f443a0dc2b79915696a5f789b402c8cfc363d57 (diff) | |
Bump versionv2.7.4
| -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-14 Carl Hetherington <cth@carlh.net> + + * Version 2.7.4 released. + 2016-03-13 Carl Hetherington <cth@carlh.net> * Version 2.7.3 released. diff --git a/debian/changelog b/debian/changelog index d00fc9ad4..afbe6cec5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.7.3-1) UNRELEASED; urgency=low +dcpomatic (2.7.4-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -399,8 +399,9 @@ dcpomatic (2.7.3-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 13 Mar 2016 22:49:30 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 14 Mar 2016 14:35:35 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.7.3devel' +VERSION = '2.7.4' def options(opt): opt.load('compiler_cxx') |
