diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-07 16:05:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-07 16:05:53 +0100 |
| commit | 8a3e92e65fd813ab587441ed3373d24067cf7bbd (patch) | |
| tree | 3f21437d632d383e352e17947a98c907b27d1755 | |
| parent | 0079959c6be831c1505fb2fd1fd559bafc1b0b4e (diff) | |
| parent | 1f7717c5f6497c92fc69f4d44288e3d24aba94d2 (diff) | |
Merge branch '1.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
| -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 @@ +2015-07-07 Carl Hetherington <cth@carlh.net> + + * Version 2.1.19 released. + 2015-07-06 c.hetherington <cth@carlh.net> * Copy pl_PL translation from 1.x. diff --git a/debian/changelog b/debian/changelog index f35b80a53..b37b4b849 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.18-1) UNRELEASED; urgency=low +dcpomatic (2.1.19-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -249,8 +249,9 @@ dcpomatic (2.1.18-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 06 Jul 2015 12:12:08 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 07 Jul 2015 15:00:54 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.18devel' +VERSION = '2.1.19devel' def options(opt): opt.load('compiler_cxx') |
