diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-13 23:50:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-13 23:50:59 +0100 |
| commit | c8bb928cd6c1a75f115678270222c48c4c3f183c (patch) | |
| tree | 27698fb3ec0297b92489281bd2a7ada168dad9c4 | |
| parent | 650f0305b04064bb3f4753a39aa16881ea029fa0 (diff) | |
Bump versionv2.1.2
| -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.2 released. + +2015-06-13 Carl Hetherington <cth@carlh.net> + * Fix i18n. * Version 2.1.1 released. diff --git a/debian/changelog b/debian/changelog index b67599ea5..a6a4b5da7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.1-1) UNRELEASED; urgency=low +dcpomatic (2.1.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -232,8 +232,9 @@ dcpomatic (2.1.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 13 Jun 2015 19:46:19 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sat, 13 Jun 2015 23:50:59 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.1devel' +VERSION = '2.1.2' def options(opt): opt.load('compiler_cxx') |
