diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-09 14:18:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-09 14:18:12 +0100 |
| commit | 4d44c7ee3d825bb0262dc05eeada4e8ac07d164d (patch) | |
| tree | da2dc71a721bb4dc54a742663c8184750e6fcdac | |
| parent | af364035af1493d91584540396b80151c3bda318 (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-10-09 Carl Hetherington <cth@carlh.net> + * Version 1.08 released. + +2013-10-09 Carl Hetherington <cth@carlh.net> + * Fix problems with crypto stuff on Windows. 2013-10-08 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 5f74ead67..107e1211f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.07-1) UNRELEASED; urgency=low +dcpomatic (1.08-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -11,8 +11,9 @@ dcpomatic (1.07-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 08 Oct 2013 18:59:58 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 09 Oct 2013 14:18:12 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.08pre' +VERSION = '1.08' def options(opt): opt.load('compiler_cxx') |
