diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-24 01:19:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-24 01:19:26 +0100 |
| commit | 4b5ea5ce86163d943793f76c099205a733faa65e (patch) | |
| tree | f7725549825669e30a94b4a75233d34bab37e43a | |
| parent | 317a241941afe8066292e39aada9d8d8f3a72262 (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-24 Carl Hetherington <cth@carlh.net> + + * Version 1.76.6 released. + 2014-10-23 Carl Hetherington <cth@carlh.net> * Version 1.76.5 released. diff --git a/debian/changelog b/debian/changelog index 955d02971..6f3d19700 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.76.5-1) UNRELEASED; urgency=low +dcpomatic (1.76.6-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -196,8 +196,9 @@ dcpomatic (1.76.5-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:03:21 +0100 + -- Carl Hetherington <carl@d1stkfactory> Fri, 24 Oct 2014 01:19:26 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -5,7 +5,7 @@ import distutils import distutils.spawn APPNAME = 'dcpomatic' -VERSION = '1.76.5devel' +VERSION = '1.76.6' def options(opt): opt.load('compiler_cxx') |
