diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-23 22:03:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-23 22:03:21 +0100 |
| commit | c6a3da7276ed576ae02c6f463e6a3b337e7965dd (patch) | |
| tree | a46736b3fd807cc2b9c1c572df58852d743046ea | |
| parent | 606bed3cfa9b1b5496591b2869dd5b47c9c56c31 (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 @@ 2014-10-23 Carl Hetherington <cth@carlh.net> + * Version 1.76.5 released. + +2014-10-23 Carl Hetherington <cth@carlh.net> + * Version 1.76.4 released. 2014-10-23 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 34a4544e5..955d02971 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.76.4-1) UNRELEASED; urgency=low +dcpomatic (1.76.5-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -195,8 +195,9 @@ dcpomatic (1.76.4-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 23 Oct 2014 22:02:47 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 23 Oct 2014 22:03:21 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '1.76.4devel' +VERSION = '1.76.5' def options(opt): opt.load('compiler_cxx') |
