diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-29 23:36:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-29 23:36:59 +0000 |
| commit | 59806506712166fcc164685e313aa499288b10dc (patch) | |
| tree | e65666b8db7cc4d7f9d263fdb20b15b6225c524b | |
| parent | e6a3bf0ca40bf7b53d4b28cf899a47fa0a54c358 (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-29 Carl Hetherington <cth@carlh.net> + * Version 1.38 released. + +2013-11-29 Carl Hetherington <cth@carlh.net> + * Add option to join input files together to help with multiple VOB files from DVDs. diff --git a/debian/changelog b/debian/changelog index f03c6b5b7..38679edd2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.37-1) UNRELEASED; urgency=low +dcpomatic (1.38-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -41,8 +41,9 @@ dcpomatic (1.37-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Wed, 27 Nov 2013 16:04:55 +0000 + -- Carl Hetherington <carl@d1stkfactory> Fri, 29 Nov 2013 23:36:59 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.38pre' +VERSION = '1.38' def options(opt): opt.load('compiler_cxx') |
