diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-23 01:44:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-23 01:44:10 +0000 |
| commit | ae8601eac6fd6f8437f63c0e5f940ac8930a3972 (patch) | |
| tree | a1f9959c7ae631785c5487d695a6eed074146903 | |
| parent | dd2d447ed681b2b9fdd98ff7ffd159293af8b9da (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-03-23 Carl Hetherington <cth@carlh.net> + + * Version 1.66.5 released. + 2014-03-22 Carl Hetherington <cth@carlh.net> * Version 1.66.4 released. diff --git a/debian/changelog b/debian/changelog index a53112b45..ef111d041 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.66.4-1) UNRELEASED; urgency=low +dcpomatic (1.66.5-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -108,8 +108,9 @@ dcpomatic (1.66.4-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 22 Mar 2014 16:55:07 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sun, 23 Mar 2014 01:44:10 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.66.4devel' +VERSION = '1.66.5' def options(opt): opt.load('compiler_cxx') |
