diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-17 23:06:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-17 23:06:07 +0000 |
| commit | 7242266745d6318d5393d2a30fba810b07132a05 (patch) | |
| tree | fa9e3a8388c3a93b8af2c1f8a9e0389a2c43dd47 | |
| parent | c53e9bafb16f090fa4c90a94531bb37a8a1f992f (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-17 Carl Hetherington <cth@carlh.net> + * Version 0.73beta6 released. + +2013-02-17 Carl Hetherington <cth@carlh.net> + * Version 0.73beta3 released. 2013-02-16 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 206cf7972..38483128c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.73beta6-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Sun, 17 Feb 2013 23:05:56 +0000 + dvdomatic (0.73beta3-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.73beta5' +VERSION = '0.73beta6' def options(opt): opt.load('compiler_cxx') |
