diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-18 20:39:17 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-18 20:39:17 +0000 |
| commit | 3a5149dade77cadc89927d71ab21baefc2bc731f (patch) | |
| tree | ee40e5ab8866e2fe1f6f6272ae6303ff5e6f3b1d | |
| parent | 95a27725707b2368d175f5ed51637fee88cb32b4 (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-18 Carl Hetherington <cth@carlh.net> + + * Version 0.73beta7 released. + 2013-02-17 Carl Hetherington <cth@carlh.net> * Version 0.73beta6 released. diff --git a/debian/changelog b/debian/changelog index 38483128c..4de11d175 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.73beta7-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Mon, 18 Feb 2013 20:38:51 +0000 + dvdomatic (0.73beta6-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.73beta6' +VERSION = '0.73beta7' def options(opt): opt.load('compiler_cxx') |
