diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-14 20:14:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-14 20:14:17 +0100 |
| commit | 2634c76aeb90838d4a981c9f245a9826de3bddb3 (patch) | |
| tree | b0e33749438e3deaac513524db05236c4062d513 | |
| parent | e7afdb813259857ddd82a904dfaa56a6bee9ae75 (diff) | |
Bump versionv2.7.12
| -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-04-14 Carl Hetherington <cth@carlh.net> + + * Version 2.7.12 released. + 2016-04-11 Carl Hetherington <cth@carlh.net> * Hopefully fix strange limits on x/y offset of subtitles. diff --git a/debian/changelog b/debian/changelog index 8d8cccd8e..acfe15b75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.7.11-1) UNRELEASED; urgency=low +dcpomatic (2.7.12-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -407,8 +407,9 @@ dcpomatic (2.7.11-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 09 Apr 2016 22:34:41 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 14 Apr 2016 20:14:17 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.7.11devel' +VERSION = '2.7.12' def options(opt): opt.load('compiler_cxx') |
