diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-22 14:24:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-22 14:24:54 +0100 |
| commit | 76cfe88e0ab9fa4112b039fdc57c6dcbea462e96 (patch) | |
| tree | b2af8d0255498492701a9097f7b3c9901181cd6d | |
| parent | f90d74f7a0382f0dc63eef81bd553d7a7b38edb2 (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 @@ 2014-10-22 Carl Hetherington <cth@carlh.net> + * Version 2.0.15 released. + +2014-10-22 Carl Hetherington <cth@carlh.net> + * Version 1.76.3 released. 2014-10-22 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index aa4a34921..5702a6dfd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.14-1) UNRELEASED; urgency=low +dcpomatic (2.0.15-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -194,8 +194,9 @@ dcpomatic (2.0.14-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 22 Oct 2014 09:32:14 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 22 Oct 2014 14:24:53 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.14devel' +VERSION = '2.0.15' def options(opt): opt.load('compiler_cxx') |
