diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-03 17:30:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-03 17:30:54 +0000 |
| commit | ea00a52c9c1eaaf58dbe10ae37a1cc95b5741cc7 (patch) | |
| tree | 50ae9080ec78b9b60a50bfebde44529d81d17cd7 | |
| parent | 30621d42f26991c84fff56a5e79dd9e19f657c7d (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.56 released. + +2014-01-03 Carl Hetherington <cth@carlh.net> + * Version 1.55 released. 2014-01-03 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 8aae8e7a0..73c963e89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.55-1) UNRELEASED; urgency=low +dcpomatic (1.56-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -59,8 +59,9 @@ dcpomatic (1.55-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 03 Jan 2014 14:37:06 +0000 + -- Carl Hetherington <carl@d1stkfactory> Fri, 03 Jan 2014 17:30:53 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.56pre' +VERSION = '1.56' def options(opt): opt.load('compiler_cxx') |
