diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-03 10:47:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-03 10:47:47 +0100 |
| commit | a9e2f04541a0867b639968135ec70e787a09c4c4 (patch) | |
| tree | 6af18a319f65cb81bf2ec1547664cb2943767412 | |
| parent | f58bcdd0ed94cf07923726eed8a1024b38192144 (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-06-03 Carl Hetherington <cth@carlh.net> + + * Version 1.69.19 released. + 2014-06-02 Carl Hetherington <cth@carlh.net> * Empirical hack to prevent over-read of array diff --git a/debian/changelog b/debian/changelog index 9ac136778..b340d3ce7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.18-1) UNRELEASED; urgency=low +dcpomatic (1.69.19-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -142,8 +142,9 @@ dcpomatic (1.69.18-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 29 May 2014 16:38:35 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 03 Jun 2014 10:47:47 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.18devel' +VERSION = '1.69.19' def options(opt): opt.load('compiler_cxx') |
