diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-08 19:29:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-08 19:29:52 +0000 |
| commit | 906451444fb8888acb8553909e0667857c683c31 (patch) | |
| tree | 4298ea3d06380cf9fbb198f713dfacca98e87236 | |
| parent | 1d07300505fde85f7f4183605e1ddd294f98b9d9 (diff) | |
Bump versionv2.6.19
| -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-02-08 Carl Hetherington <cth@carlh.net> + + * Version 2.6.19 released. + 2016-02-05 c.hetherington <cth@carlh.net> * New cs_CZ translation from Tomáš Begeni. diff --git a/debian/changelog b/debian/changelog index 32eac45cd..ad8c54f4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.6.18-1) UNRELEASED; urgency=low +dcpomatic (2.6.19-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -375,8 +375,9 @@ dcpomatic (2.6.18-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 02 Feb 2016 00:23:25 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 08 Feb 2016 19:29:52 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs, Context APPNAME = 'dcpomatic' -VERSION = '2.6.18devel' +VERSION = '2.6.19' def options(opt): opt.load('compiler_cxx') |
