diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-07 19:29:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-07 19:29:19 +0000 |
| commit | b69ec71a5fa1f154e0a3d37f2374e2976b1e8e6a (patch) | |
| tree | e9345b4c388dda26cc89898cef074dda829d6e78 | |
| parent | f7c2fdb61b8f0922b913165f33cff27c178ecbeb (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 @@ +2013-12-07 Carl Hetherington <cth@carlh.net> + + * Version 1.41 released. + 2013-12-05 Carl Hetherington <cth@carlh.net> * Improve the correctness of lengths reported by sound files to fix diff --git a/debian/changelog b/debian/changelog index 809f5f51c..bc8f48426 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.40-1) UNRELEASED; urgency=low +dcpomatic (1.41-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -44,8 +44,9 @@ dcpomatic (1.40-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 02 Dec 2013 12:35:03 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sat, 07 Dec 2013 19:29:18 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.41pre' +VERSION = '1.41' def options(opt): opt.load('compiler_cxx') |
