diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-07 16:28:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-07 16:28:13 +0100 |
| commit | 074180361c006aa68b8c7b0f5981ff363910c881 (patch) | |
| tree | bfb1a25e22fdf5c07a387e7574919b5f249bb7d4 | |
| parent | a6ec1ef3c10f9aab5c983f8d362f6af4a87f35f3 (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-06-07 Carl Hetherington <cth@carlh.net> + * Version 0.97 released. + +2013-06-07 Carl Hetherington <cth@carlh.net> + * Version 0.96 released. 2013-06-05 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 1f8006b7f..2d7075050 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.97-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Fri, 07 Jun 2013 16:28:13 +0100 + dvdomatic (0.96-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.97pre' +VERSION = '0.97' def options(opt): opt.load('compiler_cxx') |
