diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-15 16:49:22 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-15 16:49:22 +0000 |
| commit | 7dd46ebda08a820967866a1454fc41334362ab18 (patch) | |
| tree | a64901013de3286c63aef53d73ddc951dddd0579 | |
| parent | 589d68a7f13767dab5594c160a10f0cfea01cf5b (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.34 released. + +2015-01-15 Carl Hetherington <cth@carlh.net> + * Version 2.0.33 released. 2015-01-15 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index a0f55e2d1..a69ecce23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.33-1) UNRELEASED; urgency=low +dcpomatic (2.0.34-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -212,8 +212,9 @@ dcpomatic (2.0.33-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 15 Jan 2015 11:36:01 +0000 + -- Carl Hetherington <carl@d1stkfactory> Thu, 15 Jan 2015 16:49:22 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.33devel' +VERSION = '2.0.34' def options(opt): opt.load('compiler_cxx') |
