diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-23 20:41:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-23 20:41:31 +0000 |
| commit | d6627a5e09929bc718be1c925435bc32dabfa252 (patch) | |
| tree | 70aa26c913078616b22a5700df981d0fd230f5db | |
| parent | f835bba83faaf17f18b200dce777abe469633193 (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-23 Carl Hetherington <cth@carlh.net> + * Version 1.66.6 released. + +2014-03-23 Carl Hetherington <cth@carlh.net> + * Attempt to fix format string specifier error on Windows. * Version 1.66.5 released. diff --git a/debian/changelog b/debian/changelog index ef111d041..0c9719e16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.66.5-1) UNRELEASED; urgency=low +dcpomatic (1.66.6-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -109,8 +109,9 @@ dcpomatic (1.66.5-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 23 Mar 2014 01:44:10 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sun, 23 Mar 2014 20:41:31 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.66.5devel' +VERSION = '1.66.6' def options(opt): opt.load('compiler_cxx') |
