diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-12 23:07:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-12 23:07:20 +0000 |
| commit | d511283e13c697113cc4aeabbd90e72a56941e72 (patch) | |
| tree | 1741f20818846c95c74f6f9eec13e3712c077f6b | |
| parent | 9f7f1978f9bda9c8f57b0e9389bf8e44cd7c52b0 (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-12 Carl Hetherington <cth@carlh.net> + * Version 0.71beta2 released. + +2013-01-12 Carl Hetherington <cth@carlh.net> + * Version 0.71beta1 released. 2013-01-12 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 72f08dd54..b8385a4b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -dvdomatic (0.71beta1-1) UNRELEASED; urgency=low +dvdomatic (0.71beta2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <cth@carlh.net> Sat, 12 Jan 2013 21:09:53 +0000 + -- Carl Hetherington <cth@carlh.net> Sat, 12 Jan 2013 23:07:15 +0000 dvdomatic (0.70beta3-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.71beta1' +VERSION = '0.71beta2' def options(opt): opt.load('compiler_cxx') |
