diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-16 13:42:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-16 13:42:26 +0100 |
| commit | b4098be1f6ab7d8f4f6c859cea70a98c51d0f77f (patch) | |
| tree | 500d8fbf273acae2388c2078b2189229a48b5c7d | |
| parent | dc0fd1196d0b464c9791c6ec79b85a2179e924d2 (diff) | |
Bump versionv2.1.22
| -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 @@ +2015-07-16 Carl Hetherington <cth@carlh.net> + + * Version 2.1.22 released. + 2015-07-16 c.hetherington <cth@carlh.net> * Updated ru_RU translation from Igor Voytovich. diff --git a/debian/changelog b/debian/changelog index 540e8bc03..c0512921e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.21-1) UNRELEASED; urgency=low +dcpomatic (2.1.22-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -252,8 +252,9 @@ dcpomatic (2.1.21-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 14 Jul 2015 01:03:59 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 16 Jul 2015 13:42:26 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.21devel' +VERSION = '2.1.22' def options(opt): opt.load('compiler_cxx') |
