diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-17 09:20:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-17 09:20:13 +0000 |
| commit | 35cf376a190437c166af6ebe6849cbb8925364e4 (patch) | |
| tree | 9fdbe7e846aa53e892958e5939d94d2cab846a5a | |
| parent | 48b2c7b8ec57e72f2f27d5080e54e4b3c3fcda3d (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,5 +1,9 @@ 2014-03-17 Carl Hetherington <cth@carlh.net> + * Version 1.66.2 released. + +2014-03-17 Carl Hetherington <cth@carlh.net> + * Improve appearance of config dialog on OS X. 2014-03-15 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 2a1593a5b..c7b6fbebc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.66.1-1) UNRELEASED; urgency=low +dcpomatic (1.66.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -105,8 +105,9 @@ dcpomatic (1.66.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 12 Mar 2014 00:12:04 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 17 Mar 2014 09:20:12 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.66.1devel' +VERSION = '1.66.2' def options(opt): opt.load('compiler_cxx') |
