diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-22 21:30:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-22 21:30:53 +0100 |
| commit | 16f43a2c953b80098a6db4b14a9d9d9f284c0dcd (patch) | |
| tree | 58929a17fc9e01cde95c40e3c609ca3e542c487c | |
| parent | 32843390a0564e98b598e1dd4ed3b671f830f58f (diff) | |
Bump versionv2.8.13
| -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-06-22 Carl Hetherington <cth@carlh.net> + + * Version 2.8.13 released. + 2016-06-21 Carl Hetherington <cth@carlh.net> * Make new file dialogue bigger on some platforms (#902). diff --git a/debian/changelog b/debian/changelog index 9c011cd8f..c67faf175 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.8.12-1) UNRELEASED; urgency=low +dcpomatic (2.8.13-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -429,8 +429,9 @@ dcpomatic (2.8.12-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 19 Jun 2016 22:17:51 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 22 Jun 2016 21:30:52 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -27,7 +27,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.8.12devel' +VERSION = '2.8.13' def options(opt): opt.load('compiler_cxx') |
