diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-06 02:03:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-06 02:03:25 +0100 |
| commit | 42a3da099dc91e3b11746c3c76611fc19a887955 (patch) | |
| tree | bc3c661a12adafcdba346c1cc9b6d3ea04164a53 | |
| parent | b0718baa1118bdc297c664734135c5e9964bf450 (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-05-06 Carl Hetherington <cth@carlh.net> + + * Version 0.89 released. + 2013-05-04 Carl Hetherington <cth@carlh.net> * Version 0.89beta1 released. diff --git a/debian/changelog b/debian/changelog index a513b1144..a10ba5d92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.89-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Mon, 06 May 2013 02:03:25 +0100 + dvdomatic (0.89beta1-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.89beta1' +VERSION = '0.89' def options(opt): opt.load('compiler_cxx') |
