diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-06 20:50:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-06 20:50:41 +0100 |
| commit | c803f81818284dba426cbaf7663fc728f3b36530 (patch) | |
| tree | 4c049e049812038ec928f66b4ee88e520e973d6a | |
| parent | 8f2d46dae9bdd96f88163ceeabcd7c64b696a0b4 (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-06 Carl Hetherington <cth@carlh.net> + * Version 1.74.0 released. + +2014-10-06 Carl Hetherington <cth@carlh.net> + * Version 1.73.9 released. 2014-09-28 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 30e9a1839..29e5d1a2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.73.9-1) UNRELEASED; urgency=low +dcpomatic (1.74.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -185,8 +185,9 @@ dcpomatic (1.73.9-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 06 Oct 2014 15:17:59 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 06 Oct 2014 20:50:41 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.73.9devel' +VERSION = '1.74.0' def options(opt): opt.load('compiler_cxx') |
