diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-30 22:00:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-30 22:00:50 +0100 |
| commit | 2a669092bd6d8d09a183a5ce8fb43573c0faf7ab (patch) | |
| tree | 3f76fbe83569a02b47835fe29e30905778ec78d0 | |
| parent | e4726e282a56477a662be0ff1f8f964ba9411fa7 (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-30 Carl Hetherington <cth@carlh.net> + * Version 1.66.9 released. + +2014-03-30 Carl Hetherington <cth@carlh.net> + * Version 1.66.8 released. * nl_NL translation from Theo Kooijmans. diff --git a/debian/changelog b/debian/changelog index c4a291b54..4891fc0a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.66.8-1) UNRELEASED; urgency=low +dcpomatic (1.66.9-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -112,8 +112,9 @@ dcpomatic (1.66.8-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 30 Mar 2014 20:08:52 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sun, 30 Mar 2014 22:00:50 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.66.8devel' +VERSION = '1.66.9' def options(opt): opt.load('compiler_cxx') |
