diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-04-29 09:12:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-04-29 09:12:46 +0100 |
| commit | e71c1b6a0f699ddea9c9c8a177d0637f1e198fe5 (patch) | |
| tree | e7f91042dab7f193a4532330ff3fdac7d3307583 | |
| parent | ab43240870523c96c68493d107b8bc8c5294629b (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-04-29 Carl Hetherington <cth@carlh.net> + + * Version 1.67.0 released. + 2014-04-27 Carl Hetherington <cth@carlh.net> * Version 1.66.16 released. diff --git a/debian/changelog b/debian/changelog index f941ea6b5..da7a81165 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.66.16-1) UNRELEASED; urgency=low +dcpomatic (1.67.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -120,8 +120,9 @@ dcpomatic (1.66.16-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 27 Apr 2014 21:46:39 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 29 Apr 2014 09:12:46 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.66.16devel' +VERSION = '1.67.0' def options(opt): opt.load('compiler_cxx') |
