diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-12 23:14:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-12 23:14:21 +0000 |
| commit | c0fa047bdb9325def9358ed1bd56510940e24b14 (patch) | |
| tree | 12699e3921631f548f8c0055c620cc98f106d2ac | |
| parent | bf7d89546d4bbc155d4367a7bd5f3e17fa08369a (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-11-12 Carl Hetherington <cth@carlh.net> + * Version 2.0.21 released. + +2014-11-12 Carl Hetherington <cth@carlh.net> + * Version 2.0.20 released. 2014-11-10 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 9913d2e30..44747c47a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.20-1) UNRELEASED; urgency=low +dcpomatic (2.0.21-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -199,8 +199,9 @@ dcpomatic (2.0.20-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 12 Nov 2014 18:01:27 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 12 Nov 2014 23:14:21 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.20devel' +VERSION = '2.0.21' def options(opt): opt.load('compiler_cxx') |
