diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-31 19:47:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-31 19:47:36 +0100 |
| commit | 82387e3a7938660b8d4456722a5cd715a9135847 (patch) | |
| tree | 80d0cce4a3dbd2a6d166a6b6e383fc2a12ce1023 | |
| parent | edf4af070a9ffa0a13f9078f5509c1e64121564a (diff) | |
Bump versionv2.1.48
| -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-08-31 Carl Hetherington <cth@carlh.net> + * Version 2.1.48 released. + +2015-08-31 Carl Hetherington <cth@carlh.net> + * Stop very long searches for subtitles where there are none. diff --git a/debian/changelog b/debian/changelog index ae70ceaef..e204ac1b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.47-1) UNRELEASED; urgency=low +dcpomatic (2.1.48-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -278,8 +278,9 @@ dcpomatic (2.1.47-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Fri, 28 Aug 2015 14:01:28 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 31 Aug 2015 19:47:35 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.47devel' +VERSION = '2.1.48' def options(opt): opt.load('compiler_cxx') |
