diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-26 21:47:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-26 21:47:56 +0100 |
| commit | 2dcfcdadf31b4fe43cf7a3c9556a2bc002f9fd78 (patch) | |
| tree | 2971939108d27115b087ea6881c356bd9b557a42 | |
| parent | d09ce716330658695c514848f06d0e118ff4f772 (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-08-26 Carl Hetherington <cth@carlh.net> + + * Version 1.73.0 released. + 2014-08-25 Carl Hetherington <cth@carlh.net> * Basic recent files list in the File menu. diff --git a/debian/changelog b/debian/changelog index f5d36b9df..7002c19cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.72.12-1) UNRELEASED; urgency=low +dcpomatic (1.73.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -175,8 +175,9 @@ dcpomatic (1.72.12-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 23 Aug 2014 18:47:52 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 26 Aug 2014 21:47:56 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.72.12devel' +VERSION = '1.73.0' def options(opt): opt.load('compiler_cxx') |
