diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-27 16:04:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-27 16:04:55 +0000 |
| commit | 22ec85d585d7b626f2b577944abf96362ec5f8e7 (patch) | |
| tree | ba60e5c3c8a628d85592d9bf6c23ebf04f8070db | |
| parent | fcb8b5131df5bf02966441076c2131b73a3f61ed (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-11-27 Carl Hetherington <cth@carlh.net> + * Version 1.37 released. + +2013-11-27 Carl Hetherington <cth@carlh.net> + * Version 1.36 released. 2013-11-27 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index d37ba9da9..f03c6b5b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.36-1) UNRELEASED; urgency=low +dcpomatic (1.37-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -40,8 +40,9 @@ dcpomatic (1.36-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 27 Nov 2013 15:37:00 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 27 Nov 2013 16:04:55 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.37pre' +VERSION = '1.37' def options(opt): opt.load('compiler_cxx') |
