diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-18 13:14:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-18 13:14:24 +0000 |
| commit | 84486e679b0e3eb74fa04240966833aa56bb7bec (patch) | |
| tree | f10e97b734970b2be1b45af620a2dc680e6bb132 | |
| parent | d9d3bbbba5b0be7d0818d573463d96805a377310 (diff) | |
Bump versionv2.7.6
| -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-18 Carl Hetherington <cth@carlh.net> + + * Version 2.7.6 released. + 2016-03-18 c.hetherington <cth@carlh.net> * Add first part of pt_BR translation from Thiago Andre. diff --git a/debian/changelog b/debian/changelog index 03bb50184..2dc047160 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.7.5-1) UNRELEASED; urgency=low +dcpomatic (2.7.6-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -401,8 +401,9 @@ dcpomatic (2.7.5-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 16 Mar 2016 10:26:44 +0000 + -- Carl Hetherington <carl@d1stkfactory> Fri, 18 Mar 2016 13:14:24 +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.5devel' +VERSION = '2.7.6' def options(opt): opt.load('compiler_cxx') |
