diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-09 19:02:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-09 19:02:00 +0000 |
| commit | c618d909b354416ed23bd2d3fd6ffdc8d4ea1583 (patch) | |
| tree | 9b9625a8d0bb3e8510181d1ffd49c626dd78ca06 | |
| parent | 79261ae80e4ffc2528d3ffe5a2ba2bf05375ecc9 (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-01-09 Carl Hetherington <cth@carlh.net> + * Version 1.60 released. + +2014-01-09 Carl Hetherington <cth@carlh.net> + * More fixes for slow-downs on fast computers. 2014-01-08 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 3993de498..2ce05f669 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.59-1) UNRELEASED; urgency=low +dcpomatic (1.60-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -63,8 +63,9 @@ dcpomatic (1.59-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 08 Jan 2014 12:39:03 +0000 + -- Carl Hetherington <carl@d1stkfactory> Thu, 09 Jan 2014 19:02:00 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.60pre' +VERSION = '1.60' def options(opt): opt.load('compiler_cxx') |
