diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-15 09:33:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-15 09:33:21 +0100 |
| commit | 41c164b6e6a3fb7933b58ebcceb7f7ba020d2d65 (patch) | |
| tree | a71a74d4a2edeb70f91713cb032d58cb534645bc | |
| parent | aca6978625e56379b9dd7b7d6ffa28e7fdfd27fa (diff) | |
Bump versionv2.3.2
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2015-09-15 Carl Hetherington <cth@carlh.net> + + * Version 2.3.2 released. + 2015-09-14 Carl Hetherington <cth@carlh.net> * Fix Windows short-cut to encode server. diff --git a/debian/changelog b/debian/changelog index 9816aab70..ebd934a02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.3.1-1) UNRELEASED; urgency=low +dcpomatic (2.3.2-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -308,8 +308,9 @@ dcpomatic (2.3.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 14 Sep 2015 22:08:19 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 15 Sep 2015 09:33:21 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.3.1devel' +VERSION = '2.3.2' def options(opt): opt.load('compiler_cxx') |
