diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-20 22:50:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-20 22:50:32 +0100 |
| commit | 53376a4c1c2fe992e17fa80c3d81a19c565a01be (patch) | |
| tree | ffbad8bd07e2b55b0ea0662a1d4ccb66ef244f78 | |
| parent | e74b8e1d737deb9979a279d94c909d95f9999995 (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 @@ +2014-10-20 Carl Hetherington <cth@carlh.net> + + * Version 1.76.2 released. + 2014-10-19 Carl Hetherington <cth@carlh.net> * Add simple note of what audio resampling diff --git a/debian/changelog b/debian/changelog index 6a86870a9..05d8e42bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.75.2-1) UNRELEASED; urgency=low +dcpomatic (1.76.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -192,8 +192,9 @@ dcpomatic (1.75.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 16 Oct 2014 18:57:29 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 20 Oct 2014 22:50:32 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '1.76.1devel' +VERSION = '1.76.2' def options(opt): opt.load('compiler_cxx') |
