diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-14 17:51:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-14 17:51:52 +0100 |
| commit | 071fbb3865d580d5b1a1988cfdb04e8213af4ffe (patch) | |
| tree | 2ea358018d35b98fa52304b5ed4023c09e9637a9 | |
| parent | e83f3dbd7da1f19fe3566d0a3cc03a7e8192c234 (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2013-10-14 Carl Hetherington <cth@carlh.net> + * Version 1.15 released. + +2013-10-14 Carl Hetherington <cth@carlh.net> + * Fix some crashes in the KDM dialogue when coming out of the add screen without giving a certificate. diff --git a/debian/changelog b/debian/changelog index 18ce8f216..759e5908f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.14-1) UNRELEASED; urgency=low +dcpomatic (1.15-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -18,8 +18,9 @@ dcpomatic (1.14-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 13 Oct 2013 12:55:47 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 14 Oct 2013 17:51:51 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.15pre' +VERSION = '1.15' def options(opt): opt.load('compiler_cxx') |
