diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-29 16:38:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-29 16:38:35 +0100 |
| commit | ff6103478f51ef7a925b899fd2a14c741e281dca (patch) | |
| tree | 8257f4116e2b5de2a6b142b1736670b686d82492 | |
| parent | 449227ac8c0314ed2484f2f311628bb2828c0884 (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-29 Carl Hetherington <cth@carlh.net> + + * Version 1.69.18 released. + 2014-05-28 Carl Hetherington <cth@carlh.net> * Version 1.69.17 released. diff --git a/debian/changelog b/debian/changelog index 68ca8671f..9ac136778 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.17-1) UNRELEASED; urgency=low +dcpomatic (1.69.18-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -141,8 +141,9 @@ dcpomatic (1.69.17-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 28 May 2014 23:36:27 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 29 May 2014 16:38:35 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.17devel' +VERSION = '1.69.18' def options(opt): opt.load('compiler_cxx') |
