diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-23 23:55:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-23 23:55:45 +0000 |
| commit | 7003b5b211ba76201c1b3153257f4040e6d95fec (patch) | |
| tree | b36c20993f7daed7ef3c6f33183322cf408381c2 | |
| parent | 3eda767ad2e9a3512405802dfa273923acc3cf07 (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 @@ 2013-12-23 Carl Hetherington <cth@carlh.net> + * Version 1.51 released. + +2013-12-23 Carl Hetherington <cth@carlh.net> + * A couple of potential fixes for 4K. * Version 1.50 released. diff --git a/debian/changelog b/debian/changelog index bbcb62012..46ba60fc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.50-1) UNRELEASED; urgency=low +dcpomatic (1.51-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -54,8 +54,9 @@ dcpomatic (1.50-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 23 Dec 2013 22:12:56 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 23 Dec 2013 23:55:44 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.51pre' +VERSION = '1.51' def options(opt): opt.load('compiler_cxx') |
