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