diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-16 22:42:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-16 22:42:42 +0000 |
| commit | 91bcba607961ce35c43156f2e4b02d1f2544a5c8 (patch) | |
| tree | da0c68fe19e5ca4f18ee3918cad46b96ebc2553c | |
| parent | 38ab054c2ec22a853ee6abbe3f3683d153e9bb63 (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-02-16 Carl Hetherington <cth@carlh.net> + * Version 0.73beta2 released. + +2013-02-16 Carl Hetherington <cth@carlh.net> + * Version 0.73beta1 released. 2013-02-15 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 0c3e4ea8e..318575c8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.73beta2-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Sat, 16 Feb 2013 22:42:32 +0000 + dvdomatic (0.73beta1-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.73beta1' +VERSION = '0.73beta2' def options(opt): opt.load('compiler_cxx') |
