diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-15 12:59:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-15 12:59:38 +0000 |
| commit | e4136f856a86a24f2494c069cc0288c6ae0108e7 (patch) | |
| tree | 4f6ede9b14e96d738d8bdd963868e6efe20a73e5 | |
| parent | f001159b37089e53895997c83a4ce141d969889d (diff) | |
| parent | 589d68a7f13767dab5594c160a10f0cfea01cf5b (diff) | |
Merge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
| -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.33 released. + +2015-01-15 Carl Hetherington <cth@carlh.net> + * Version 2.0.32 released. 2015-01-15 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index b7103c275..a0f55e2d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.32-1) UNRELEASED; urgency=low +dcpomatic (2.0.33-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -211,8 +211,9 @@ dcpomatic (2.0.32-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 15 Jan 2015 10:11:28 +0000 + -- Carl Hetherington <carl@d1stkfactory> Thu, 15 Jan 2015 11:36:01 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.32devel' +VERSION = '2.0.33devel' def options(opt): opt.load('compiler_cxx') |
