diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-27 14:40:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-27 14:40:35 +0100 |
| commit | 60b17c6ab6cb897e30e8bf105b5b8cc0713da0ac (patch) | |
| tree | 2b9c4207bd6c2e1a34650ddf920ab707c306bb78 | |
| parent | 8145bb5a5529da95b3fd0fff4e37fe0f2af04a79 (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,3 +1,7 @@ +2014-05-27 Carl Hetherington <cth@carlh.net> + + * Version 1.69.15 released. + 2014-05-26 Carl Hetherington <cth@carlh.net> * Version 1.69.14 released. diff --git a/debian/changelog b/debian/changelog index 4aaabec97..12e76bb3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.14-1) UNRELEASED; urgency=low +dcpomatic (1.69.15-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -138,8 +138,9 @@ dcpomatic (1.69.14-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 26 May 2014 00:20:55 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 27 May 2014 14:40:35 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.14devel' +VERSION = '1.69.15' def options(opt): opt.load('compiler_cxx') |
