diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-20 20:53:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-20 20:53:40 +0000 |
| commit | 6ad0dbfc428d259f08266bd6d4673d1f0c1b8a37 (patch) | |
| tree | 5e0f839afdb00df926ab650e4d7e4011ab26a780 | |
| parent | 1a849098ef3cfa09f148ebcf69c7ec045d27c0a8 (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,3 +1,7 @@ +2013-12-20 Carl Hetherington <cth@carlh.net> + + * Version 1.46 released. + 2013-12-19 Carl Hetherington <cth@carlh.net> * Version 1.45 released. diff --git a/debian/changelog b/debian/changelog index 2ae1e1bb1..df60e23f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.45-1) UNRELEASED; urgency=low +dcpomatic (1.46-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -49,8 +49,9 @@ dcpomatic (1.45-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 19 Dec 2013 16:26:56 +0000 + -- Carl Hetherington <carl@d1stkfactory> Fri, 20 Dec 2013 20:53:40 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.46pre' +VERSION = '1.46' def options(opt): opt.load('compiler_cxx') |
