diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-03 14:37:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-03 14:37:06 +0000 |
| commit | a69af90305ee2827eff6feef6a810179eae3718d (patch) | |
| tree | e54048b6825767c21f209c342cb0d52e714f7913 | |
| parent | a11a265b59b9f2c05f0098b1f75ee3d1997cc90b (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-03 Carl Hetherington <cth@carlh.net> + * Version 1.55 released. + +2014-01-03 Carl Hetherington <cth@carlh.net> + * New de_DE translation from Markus Raab. * Work-around mysterious call of pure virtual method inside boost. diff --git a/debian/changelog b/debian/changelog index ace63a137..8aae8e7a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.54-1) UNRELEASED; urgency=low +dcpomatic (1.55-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -58,8 +58,9 @@ dcpomatic (1.54-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 30 Dec 2013 23:59:40 +0000 + -- Carl Hetherington <carl@d1stkfactory> Fri, 03 Jan 2014 14:37:06 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.55pre' +VERSION = '1.55' def options(opt): opt.load('compiler_cxx') |
