diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-06 23:37:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-06 23:37:44 +0000 |
| commit | c3d139615001332185d0f0fd01e865af6966f283 (patch) | |
| tree | 257a056a1739df8f9d9d3738b689e19d5ed24950 | |
| parent | b1f24a261bb1a85b66e0e5931b6da6577cdc6eff (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 @@ 2015-02-06 Carl Hetherington <cth@carlh.net> + * Version 2.0.40 released. + +2015-02-06 Carl Hetherington <cth@carlh.net> + * Version 2.0.39 released. 2015-01-31 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 790e5e7f7..4012ec7ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.39-1) UNRELEASED; urgency=low +dcpomatic (2.0.40-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -218,8 +218,9 @@ dcpomatic (2.0.39-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 06 Feb 2015 21:43:15 +0000 + -- Carl Hetherington <carl@d1stkfactory> Fri, 06 Feb 2015 23:37:44 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.39devel' +VERSION = '2.0.40' def options(opt): opt.load('compiler_cxx') |
