diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-23 22:55:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-23 22:55:05 +0100 |
| commit | 651f64c68261fd487474d2984877196682998332 (patch) | |
| tree | faec98f1ac921421c030dc5f28a1d73b477e12c3 | |
| parent | 8327abf0e5bec38f12f16dab1d5c7b609baf3db0 (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-23 Carl Hetherington <cth@carlh.net> + + * Version 1.69.12 released. + 2014-05-22 Carl Hetherington <cth@carlh.net> * Version 1.69.11 released. diff --git a/debian/changelog b/debian/changelog index 11f11cd68..8d3c41b3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.69.11-1) UNRELEASED; urgency=low +dcpomatic (1.69.12-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -135,8 +135,9 @@ dcpomatic (1.69.11-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 22 May 2014 01:02:29 +0100 + -- Carl Hetherington <carl@d1stkfactory> Fri, 23 May 2014 22:55:05 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.69.11devel' +VERSION = '1.69.12' def options(opt): opt.load('compiler_cxx') |
