diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-20 14:51:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-20 14:51:24 +0000 |
| commit | 0754885fcfa05eeff06966941945eb7f7228a0bc (patch) | |
| tree | 3aa25c551f4ac8cc7724b12aec00223e2158c7b6 | |
| parent | 12a36d1964576feb2ff0b51f14267c359de97ded (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,3 +1,7 @@ +2015-01-20 Carl Hetherington <cth@carlh.net> + + * Version 2.0.35 released. + 2015-01-20 c.hetherington <cth@carlh.net> * More informative error when failing to decode diff --git a/debian/changelog b/debian/changelog index a69ecce23..28d0195f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.34-1) UNRELEASED; urgency=low +dcpomatic (2.0.35-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -213,8 +213,9 @@ dcpomatic (2.0.34-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 15 Jan 2015 16:49:22 +0000 + -- Carl Hetherington <carl@d1stkfactory> Tue, 20 Jan 2015 14:51:23 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.34devel' +VERSION = '2.0.35' def options(opt): opt.load('compiler_cxx') |
