diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-21 00:44:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-21 00:44:01 +0000 |
| commit | 24d5dcc02b33a91af8273278f30eb6b111fd0747 (patch) | |
| tree | 5bda7b230f6405af6a53e48791b5ce6268a84aa8 | |
| parent | 27f0a43221a8e891d2be0f0eaf57bb7243195d86 (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-02-21 Carl Hetherington <cth@carlh.net> + + * Version 0.73 released. + 2013-02-20 Carl Hetherington <cth@carlh.net> * Version 0.73beta9 released. diff --git a/debian/changelog b/debian/changelog index 77a769ed0..9aaab999d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.73-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Thu, 21 Feb 2013 00:43:40 +0000 + dvdomatic (0.73beta9-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.73beta9' +VERSION = '0.73' def options(opt): opt.load('compiler_cxx') |
