diff options
| -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 @@ 2014-10-16 Carl Hetherington <cth@carlh.net> + * Version 1.75.2 released. + +2014-10-16 Carl Hetherington <cth@carlh.net> + * Version 1.75.1 released. 2014-10-16 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 43e14527d..6a86870a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.75.1-1) UNRELEASED; urgency=low +dcpomatic (1.75.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -191,8 +191,9 @@ dcpomatic (1.75.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 16 Oct 2014 16:48:12 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 16 Oct 2014 18:57:29 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '1.75.1devel' +VERSION = '1.75.2devel' def options(opt): opt.load('compiler_cxx') |
