diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-26 09:53:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-26 09:53:27 +0100 |
| commit | 546d1540eba2f8801b9eb743e1f4bb1a414ad0bd (patch) | |
| tree | 6703669a17cf7a3ffb2a580fbb73c7ac80a57483 | |
| parent | 9c0a133c73abbb46bcb2e23885af4d642a19e1e3 (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2013-04-26 Carl Hetherington <cth@carlh.net> + * Version 0.87 released. + +2013-04-26 Carl Hetherington <cth@carlh.net> + * Make new trim options actually work (#121). 2013-04-23 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 01fb12de4..83729c309 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.87-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Fri, 26 Apr 2013 09:53:27 +0100 + dvdomatic (0.86-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.87pre' +VERSION = '0.87' def options(opt): opt.load('compiler_cxx') |
