diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-23 22:12:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-23 22:12:56 +0000 |
| commit | 81452607aff77313b051c74d1101b8555f92ccbd (patch) | |
| tree | a483961e4ec53430364e57b013710574edb61366 | |
| parent | f051887d714e122565c0b4a129edf0535e4c3706 (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.50 released. + +2013-12-23 Carl Hetherington <cth@carlh.net> + * Version 1.49 released. 2013-12-23 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 56b365fa6..bbcb62012 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.49-1) UNRELEASED; urgency=low +dcpomatic (1.50-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -53,8 +53,9 @@ dcpomatic (1.49-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:10:29 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 23 Dec 2013 22:12:56 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.50pre' +VERSION = '1.50' def options(opt): opt.load('compiler_cxx') |
