diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-20 00:39:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-20 00:39:22 +0100 |
| commit | 9c29eb4931fa327672aa3b107e771123e151e0fc (patch) | |
| tree | 825dbdcf88565b843672870b6cf7cd02e2cc13a3 | |
| parent | e39c3acf1e05349693b50986ccac43751f4dc807 (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 @@ +2013-10-20 Carl Hetherington <cth@carlh.net> + + * Version 1.18 released. + 2013-10-19 Carl Hetherington <cth@carlh.net> * Fix non-saving of colour transform presets. diff --git a/debian/changelog b/debian/changelog index 318c1cf54..4059e2dd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.17-1) UNRELEASED; urgency=low +dcpomatic (1.18-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -21,8 +21,9 @@ dcpomatic (1.17-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 16 Oct 2013 23:10:34 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sun, 20 Oct 2013 00:39:22 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.18pre' +VERSION = '1.18' def options(opt): opt.load('compiler_cxx') |
