diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-08 10:37:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-08 10:37:21 +0100 |
| commit | 1c7805bddbe58dd829c59c559c6c62fe4c9a9302 (patch) | |
| tree | e20378ba551152f04795a942cabb03ff41add479 | |
| parent | 5103f0c13a854beaf7bcf252621bee0b2890771d (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-08 Carl Hetherington <cth@carlh.net> + * Version 1.74.2 released. + +2014-10-08 Carl Hetherington <cth@carlh.net> + * Version 1.74.1 released. 2014-10-05 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index b31e37e68..e0ce39fd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.74.1-1) UNRELEASED; urgency=low +dcpomatic (1.74.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -187,8 +187,9 @@ dcpomatic (1.74.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 08 Oct 2014 10:06:10 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 08 Oct 2014 10:37:21 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.74.1devel' +VERSION = '1.74.2' def options(opt): opt.load('compiler_cxx') |
