diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-01 00:35:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-01 00:35:03 +0100 |
| commit | f066fe5fb8589d931d91e924f7e31f09efb33fd3 (patch) | |
| tree | e2db2c3ff97be8211ba18a2e7b01c84143505f7d | |
| parent | 991f90a560991826a70838c7983d2d93065496f2 (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-09-01 Carl Hetherington <cth@carlh.net> + + * Version 1.73.1 released. + 2014-08-31 Carl Hetherington <cth@carlh.net> * Remove configurable CPL <Creator> and use "DCP-o-matic (version) (git)" diff --git a/debian/changelog b/debian/changelog index 7002c19cf..fe8a3c775 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.73.0-1) UNRELEASED; urgency=low +dcpomatic (1.73.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -176,8 +176,9 @@ dcpomatic (1.73.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 26 Aug 2014 21:47:56 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 01 Sep 2014 00:35:03 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.73.0devel' +VERSION = '1.73.1' def options(opt): opt.load('compiler_cxx') |
