diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-13 19:46:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-13 19:46:20 +0100 |
| commit | 6c17a3f0c3ef2927d4ed1aa5a64a8753a38448da (patch) | |
| tree | 789a3b625ce85cac9cc8bd539cf8ebd9ab72c8de | |
| parent | 038d3bae4b0b13ef20737d89293534ef23184f9e (diff) | |
Bump versionv2.1.1
| -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 @@ 2015-06-13 Carl Hetherington <cth@carlh.net> + * Version 2.1.1 released. + +2015-06-13 Carl Hetherington <cth@carlh.net> + * Version 2.1.0 released. 2015-06-13 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 661407818..b67599ea5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.0-1) UNRELEASED; urgency=low +dcpomatic (2.1.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -231,8 +231,9 @@ dcpomatic (2.1.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 13 Jun 2015 15:50:39 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sat, 13 Jun 2015 19:46:19 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.0devel' +VERSION = '2.1.1' def options(opt): opt.load('compiler_cxx') |
