diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-07 10:41:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-07 10:41:57 +0100 |
| commit | 57b16d8536cd6bdc9c07e534f6bd1fa9b22596e2 (patch) | |
| tree | 77d5d61588c5a73043715d124838e705f0e8be33 | |
| parent | ba6e0d51a237d4f0bfa52c592d48329191329f00 (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-06-07 Carl Hetherington <cth@carlh.net> + + * Version 0.96 released. + 2013-06-05 Carl Hetherington <cth@carlh.net> * Version 0.95 released. diff --git a/debian/changelog b/debian/changelog index eef3c1e12..1f8006b7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.96-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Fri, 07 Jun 2013 10:41:57 +0100 + dvdomatic (0.95-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.96pre' +VERSION = '0.96' def options(opt): opt.load('compiler_cxx') |
