diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-19 16:26:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-19 16:26:56 +0000 |
| commit | 157e6bbfa9dd3c62da989bfdb74a2f4bf3449197 (patch) | |
| tree | b5b38f2bcf9743889407a4c9c084b9e3f063bcae | |
| parent | 5a5b3bb2ca7e9c3233148b6e63b4b427fb0971cd (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-19 Carl Hetherington <cth@carlh.net> + * Version 1.45 released. + +2013-12-19 Carl Hetherington <cth@carlh.net> + * Bump libdcp version again for a crash fix for 32-bit Windows, and also for problems generating certificate chains. diff --git a/debian/changelog b/debian/changelog index 8ddf90112..2ae1e1bb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.44-1) UNRELEASED; urgency=low +dcpomatic (1.45-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -48,8 +48,9 @@ dcpomatic (1.44-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 18 Dec 2013 19:55:16 +0000 + -- Carl Hetherington <carl@d1stkfactory> Thu, 19 Dec 2013 16:26:56 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.45pre' +VERSION = '1.45' def options(opt): opt.load('compiler_cxx') |
