diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-23 01:59:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-23 01:59:16 +0000 |
| commit | 0963bbe1c1cb735dc817ee73a101786f69916f6b (patch) | |
| tree | ead9c73bf14b5cd6fd43f50c6ee89254dd6f0645 | |
| parent | 692e67b9dc1e8cd72546b3766e8f38956932ee58 (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 @@ 2013-12-23 Carl Hetherington <cth@carlh.net> + * Version 1.47 released. + +2013-12-23 Carl Hetherington <cth@carlh.net> + * Add $START_TIME and $END_TIME as variables for the KDM email. * Add top/bottom option for 3D frames. diff --git a/debian/changelog b/debian/changelog index df60e23f5..220229014 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.46-1) UNRELEASED; urgency=low +dcpomatic (1.47-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -50,8 +50,9 @@ dcpomatic (1.46-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 20 Dec 2013 20:53:40 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 23 Dec 2013 01:59:16 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.47pre' +VERSION = '1.47' def options(opt): opt.load('compiler_cxx') |
