diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-12 21:19:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-12 21:19:55 +0100 |
| commit | d5caa25abe4c0eb7cddc664e38a488c04c0ef402 (patch) | |
| tree | 89b6f117ba70f88f6689d8fd5b9f086977aac6d7 | |
| parent | 020d50e63542c815d368d72c92b9a2cd33dbb1f9 (diff) | |
Bump versionv2.0.51
| -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-12 Carl Hetherington <cth@carlh.net> + * Version 2.0.51 released. + +2015-06-12 Carl Hetherington <cth@carlh.net> + * New ru_RU translation from Igor Voytovich. 2015-06-12 c.hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 6ab7d82e9..b2f1cb3ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.50-1) UNRELEASED; urgency=low +dcpomatic (2.0.51-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -229,8 +229,9 @@ dcpomatic (2.0.50-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 10 Jun 2015 21:51:08 +0100 + -- Carl Hetherington <carl@d1stkfactory> Fri, 12 Jun 2015 21:19:55 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.0.50devel' +VERSION = '2.0.51' def options(opt): opt.load('compiler_cxx') |
