diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-10 03:23:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-10 03:23:45 +0100 |
| commit | 2bdc870c89dbd4727118ff96c49011864f1ebf21 (patch) | |
| tree | 1ebde019502c7dc5091d7d59f6db1eeeb8964f6e | |
| parent | d10660acf8196e283f47f054cfc6ffe9c7f46e54 (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 @@ 2015-05-10 Carl Hetherington <cth@carlh.net> + * Version 2.0.46 released. + +2015-05-10 Carl Hetherington <cth@carlh.net> + * Version 2.0.45 released. 2015-05-10 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 42dc545e2..7850ebcc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.0.45-1) UNRELEASED; urgency=low +dcpomatic (2.0.46-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -224,8 +224,9 @@ dcpomatic (2.0.45-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 10 May 2015 02:49:30 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sun, 10 May 2015 03:23:45 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -25,7 +25,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.0.45devel' +VERSION = '2.0.46' def options(opt): opt.load('compiler_cxx') |
