diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-08 18:59:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-08 18:59:59 +0100 |
| commit | 13a4e3cb13c81a48a5974aff9656edca623277b1 (patch) | |
| tree | db520374e4e73d382d4e449205f376231ef57596 | |
| parent | 833d037185b37863d10adaa967c251038d9038e5 (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-08 Carl Hetherington <cth@carlh.net> + + * Version 1.07 released. + 2013-10-01 Carl Hetherington <cth@carlh.net> * Version 1.06 released. diff --git a/debian/changelog b/debian/changelog index e204ee9b7..5f74ead67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.06-1) UNRELEASED; urgency=low +dcpomatic (1.07-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -10,8 +10,9 @@ dcpomatic (1.06-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 01 Oct 2013 16:30:21 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 08 Oct 2013 18:59:58 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.07pre' +VERSION = '1.07' def options(opt): opt.load('compiler_cxx') |
