diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-15 10:11:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-15 10:11:29 +0000 |
| commit | 2d5a69520adc3b935f2653662fa8b912ec06f34c (patch) | |
| tree | 6373115f5a1f6a3be010e219f03a54a50acc5aea | |
| parent | 35599b14b1c735919b14231862092362e97b8e45 (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-01-15 Carl Hetherington <cth@carlh.net> + * Version 2.0.32 released. + +2015-01-15 Carl Hetherington <cth@carlh.net> + * Version 2.0.31 released. 2015-01-15 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 8a6436dc2..b7103c275 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.31-1) UNRELEASED; urgency=low +dcpomatic (2.0.32-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -210,8 +210,9 @@ dcpomatic (2.0.31-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 15 Jan 2015 09:41:09 +0000 + -- Carl Hetherington <carl@d1stkfactory> Thu, 15 Jan 2015 10:11:28 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.31devel' +VERSION = '2.0.32' def options(opt): opt.load('compiler_cxx') |
