diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-08 10:06:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-08 10:06:10 +0100 |
| commit | 57fd7451d6565ac2b56f9881abd5f425a3a91a5e (patch) | |
| tree | fbdf25ccd7145e22a0ef298151662d6e3ccf5d2e | |
| parent | c76e5b38ae1275a9e7d879f001268e000b652252 (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-08 Carl Hetherington <cth@carlh.net> + + * Version 1.74.1 released. + 2014-10-05 Carl Hetherington <cth@carlh.net> * Bump ffmpeg version. diff --git a/debian/changelog b/debian/changelog index 29e5d1a2f..b31e37e68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.74.0-1) UNRELEASED; urgency=low +dcpomatic (1.74.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -186,8 +186,9 @@ dcpomatic (1.74.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 06 Oct 2014 20:50:41 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 08 Oct 2014 10:06:10 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.74.0devel' +VERSION = '1.74.1' def options(opt): opt.load('compiler_cxx') |
