diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-23 00:08:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-23 00:08:21 +0100 |
| commit | 2d481373e159f1fcea7cd3f2cf939fa47f104158 (patch) | |
| tree | 15dcaea3987d35e93fd2c4c4eb20ed91c83a3c6d | |
| parent | ed34be5011aafe4ebdf42d4f6426c788d39dc5e1 (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,3 +1,7 @@ +2013-04-23 Carl Hetherington <cth@carlh.net> + + * Version 0.85 released. + 2013-04-21 Carl Hetherington <cth@carlh.net> * Version 0.84 released. diff --git a/debian/changelog b/debian/changelog index eab1f4b4f..ee18239a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.85-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Tue, 23 Apr 2013 00:08:20 +0100 + dvdomatic (0.84-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.85pre' +VERSION = '0.85' def options(opt): opt.load('compiler_cxx') |
