diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-09 16:39:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-09 16:39:22 +0100 |
| commit | d3b6502b21ab51a4568d5bdb59607cb0d4fb6077 (patch) | |
| tree | ac5a69775b3705a04db2a5ec0e0ba9a131475db4 | |
| parent | 73c0a7a5d8618146000c4deb94af7bf10c4bdf75 (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 @@ 2013-10-09 Carl Hetherington <cth@carlh.net> + * Version 1.10 released. + +2013-10-09 Carl Hetherington <cth@carlh.net> + * Add some missing Windows dependencies. 2013-10-09 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 2fbc6fe51..19200f983 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.09-1) UNRELEASED; urgency=low +dcpomatic (1.10-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -13,8 +13,9 @@ dcpomatic (1.09-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 09 Oct 2013 16:03:13 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 09 Oct 2013 16:39:22 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.10pre' +VERSION = '1.10' def options(opt): opt.load('compiler_cxx') |
