diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-16 10:26:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-16 10:26:44 +0000 |
| commit | 3e9fbd806d26b7f9a792d4e11dd0747ae8f8056c (patch) | |
| tree | c3786c7c498d7f8f0e7a12e141d71af9e9df9562 | |
| parent | 66a99bd100dfd135e9588179f9e9abb41cb654c3 (diff) | |
Bump versionv2.7.5
| -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-16 Carl Hetherington <cth@carlh.net> + + * Version 2.7.5 released. + 2016-03-15 Carl Hetherington <cth@carlh.net> * Updated cz_CZ translation from Tomáš Begeni. diff --git a/debian/changelog b/debian/changelog index afbe6cec5..03bb50184 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.7.4-1) UNRELEASED; urgency=low +dcpomatic (2.7.5-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -400,8 +400,9 @@ dcpomatic (2.7.4-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 14 Mar 2016 14:35:35 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 16 Mar 2016 10:26:44 +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.4devel' +VERSION = '2.7.5' def options(opt): opt.load('compiler_cxx') |
