diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-19 21:38:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-19 21:38:40 +0000 |
| commit | e34feed9b45eecbb749a2c93621c1fdae720cf31 (patch) | |
| tree | 87e14e9d6c613600a4d0486e0277165d808f4026 | |
| parent | 06cd4bb258389ff892f824eb50917ce0ba2f7e61 (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 @@ 2014-01-19 Carl Hetherington <cth@carlh.net> + * Version 1.63.4 released. + +2014-01-19 Carl Hetherington <cth@carlh.net> + * Updated sv_SE translation from Adam Klotblixt. 2014-01-15 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index a9021e836..d57397fd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.63.3-1) UNRELEASED; urgency=low +dcpomatic (1.63.4-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -75,8 +75,9 @@ dcpomatic (1.63.3-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 15 Jan 2014 09:56:52 +0000 + -- Carl Hetherington <carl@d1stkfactory> Sun, 19 Jan 2014 21:38:40 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.63.3devel' +VERSION = '1.63.4' def options(opt): opt.load('compiler_cxx') |
