diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-22 13:27:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-22 13:27:44 +0000 |
| commit | 9de1a9516f1fad4cc669cb7622b8f2828eddcbf9 (patch) | |
| tree | 4a227010cc734a7aa2836bb89f8ab803b96a3ff6 | |
| parent | c5e3b36c823f5554e4d0555a3c13ce8419196b32 (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 @@ 2012-12-22 Carl Hetherington <cth@carlh.net> + * Version 0.68beta10 released. + +2012-12-22 Carl Hetherington <cth@carlh.net> + * Fix wscripts to work with python 3. 2012-12-21 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 3f9a73d7f..353397232 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ -dvdomatic (0.68beta9-1) UNRELEASED; urgency=low +dvdomatic (0.68beta10-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <cth@carlh.net> Fri, 21 Dec 2012 23:57:53 +0000 + -- Carl Hetherington <cth@carlh.net> Sat, 22 Dec 2012 13:27:27 +0000 dvdomatic (0.68beta5-1) unstable; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.68beta9' +VERSION = '0.68beta10' def options(opt): opt.load('compiler_cxx') |
