diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-20 07:48:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-20 07:48:56 +0000 |
| commit | 5ee6fb339860356956708b0169cc46e459f0c545 (patch) | |
| tree | 3030c7d1df55644dcf1b22ec39f71cae44818c13 | |
| parent | d42889a69f159d2f9bee7cf2a55234eb205231a8 (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 @@ 2012-12-20 Carl Hetherington <cth@carlh.net> + * Version 0.68beta4 released. + +2012-12-20 Carl Hetherington <cth@carlh.net> + * Version 0.68beta3 released. 2012-12-20 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 55c9e3a34..30b152110 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.68beta4-1) unstable; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Thu, 20 Dec 2012 07:48:45 +0000 + dvdomatic (0.68beta3-1) unstable; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.68beta3' +VERSION = '0.68beta4' def options(opt): opt.load('compiler_cxx') |
