diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-23 21:59:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-23 21:59:39 +0000 |
| commit | 2873afe49c63a673d3a2873cd81baad87573dd0b (patch) | |
| tree | f560de0be75f8c9380c1e10291b34d87b841e1dd | |
| parent | 5323e65637177f9003a3a6fc6d16318efef250a6 (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.48 released. + +2013-12-23 Carl Hetherington <cth@carlh.net> + * Add TLS/SSL support to KDM email sending. 2013-12-23 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 220229014..9f5770968 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.47-1) UNRELEASED; urgency=low +dcpomatic (1.48-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -51,8 +51,9 @@ dcpomatic (1.47-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 23 Dec 2013 01:59:16 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 23 Dec 2013 21:59:39 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.48pre' +VERSION = '1.48' def options(opt): opt.load('compiler_cxx') |
