diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-16 16:48:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-16 16:48:12 +0100 |
| commit | d4c08424fb84da0bec20e9d008d2a70998130ba0 (patch) | |
| tree | a46127174a5cd28c41720d77a471e1f4b00c3120 | |
| parent | a65d08d8a4e84b1f2321154fc4b16384dcd6b10f (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-16 Carl Hetherington <cth@carlh.net> + * Version 1.75.1 released. + +2014-10-16 Carl Hetherington <cth@carlh.net> + * Version 1.75.0 released. 2014-10-14 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 57f506c3c..43e14527d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.75.0-1) UNRELEASED; urgency=low +dcpomatic (1.75.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -190,8 +190,9 @@ dcpomatic (1.75.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 16 Oct 2014 16:40:17 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 16 Oct 2014 16:48:12 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.75.0devel' +VERSION = '1.75.1' def options(opt): opt.load('compiler_cxx') |
