diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-06 23:18:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-06 23:18:53 +0000 |
| commit | 927bc146f77e078a114ef36324aaabef90008f9d (patch) | |
| tree | 025545ec761be62ffce8f2e1733320b4e2da332b | |
| parent | f5eaedfacab25ca5cc1222962a1225e6ac20feb8 (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,9 @@ 2013-01-06 Carl Hetherington <cth@carlh.net> + * Version 0.70beta2 released. + +2013-01-06 Carl Hetherington <cth@carlh.net> + * Version 0.70beta1 released. 2013-01-06 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index f06d73a7c..a8affa529 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -dvdomatic (0.70beta1-1) UNRELEASED; urgency=low +dvdomatic (0.70beta2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <cth@carlh.net> Sun, 06 Jan 2013 16:05:58 +0000 + -- Carl Hetherington <cth@carlh.net> Sun, 06 Jan 2013 23:18:48 +0000 dvdomatic (0.68-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.70beta1' +VERSION = '0.70beta2' def options(opt): opt.load('compiler_cxx') |
