diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-15 09:41:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-15 09:41:10 +0000 |
| commit | 4beafd6bb1ec7418b41e04903ef57db9dd4a1b27 (patch) | |
| tree | 4d2556d19be1d7ee67d1b5346fe20531222cc779 | |
| parent | 092e773f9e35c230b618bf8a3caa8259473a420b (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.31 released. + +2015-01-15 Carl Hetherington <cth@carlh.net> + * Version 2.0.30 released. 2015-01-11 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 80f66b344..8a6436dc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.30-1) UNRELEASED; urgency=low +dcpomatic (2.0.31-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -209,8 +209,9 @@ dcpomatic (2.0.30-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:31:36 +0000 + -- Carl Hetherington <carl@d1stkfactory> Thu, 15 Jan 2015 09:41:09 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '2.0.30devel' +VERSION = '2.0.31' def options(opt): opt.load('compiler_cxx') |
