diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-07 18:21:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-07 18:21:38 +0100 |
| commit | 0b40592a5f2e751a3aa0e3c827e2d2f5fe62bfaa (patch) | |
| tree | 0bb149a20e0edad33aa100add9c6f19f11437bf7 | |
| parent | fa3ed3149bd2464d920f54c92b99f57ce9b4d75f (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-07 Carl Hetherington <cth@carlh.net> + * Version 0.80beta1 released. + +2013-04-07 Carl Hetherington <cth@carlh.net> + * Make the audio plot expand in height when its window is enlarged. diff --git a/debian/changelog b/debian/changelog index 5e056126f..b8f2af35d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.80beta1-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Sun, 07 Apr 2013 18:21:33 +0100 + dvdomatic (0.79-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.80pre' +VERSION = '0.80beta1' def options(opt): opt.load('compiler_cxx') |
