diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-23 23:04:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-23 23:04:24 +0100 |
| commit | 9e7e79c5c36cc8753e974239664d0ea35fcc6007 (patch) | |
| tree | 3021258303a1e8b2bd1c54ff67f270c047efd95b | |
| parent | cdbf9e5b4ad88d647b30177b485a6f5aec22e8fc (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-23 Carl Hetherington <cth@carlh.net> + * Version 1.21 released. + +2013-10-23 Carl Hetherington <cth@carlh.net> + * Use our own directory picker on Ubuntu 13.10 as well as Ubuntu 13.04 as it seems similarly broken. diff --git a/debian/changelog b/debian/changelog index 8cc3ad3e5..832577378 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.20-1) UNRELEASED; urgency=low +dcpomatic (1.21-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -24,8 +24,9 @@ dcpomatic (1.20-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 22 Oct 2013 22:58:30 +0100 + -- Carl Hetherington <carl@d1stkfactory> Wed, 23 Oct 2013 23:04:24 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.21pre' +VERSION = '1.21' def options(opt): opt.load('compiler_cxx') |
