diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-20 18:22:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-20 18:22:07 +0000 |
| commit | 5dc0f8780b3a2ca38807666262fff6690cd7e25f (patch) | |
| tree | 2caa1840c00724df4f2abb58300131a6cbc598c2 | |
| parent | f333208275533de55e6661b9cfbcc2a887d370ce (diff) | |
| parent | 487a576381c4d07b50774a436323a9b064972576 (diff) | |
Merge branch '1.0' of ssh://carlh.dyndns.org/home/carl/git/dvdomatic into 1.0
| -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-20 Carl Hetherington <cth@carlh.net> + * Version 1.31 released. + +2013-11-20 Carl Hetherington <cth@carlh.net> + * Add primitive hints dialogue box. 2013-11-17 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 45307a760..11630e8aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.30-1) UNRELEASED; urgency=low +dcpomatic (1.31-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -34,8 +34,9 @@ dcpomatic (1.30-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 17 Nov 2013 00:59:20 +0000 + -- Carl Hetherington <carl@d1stkfactory> Wed, 20 Nov 2013 16:49:09 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.31pre' +VERSION = '1.32pre' def options(opt): opt.load('compiler_cxx') |
