diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-21 23:56:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-21 23:56:24 +0000 |
| commit | a1c21574214098aecea5ea4e50e7460dad24b4ff (patch) | |
| tree | 1a44ea0b9b49e2502eea7b8fc423d34318edaa90 | |
| parent | 8b64fbdc8a0d60da1c7d6d01e1876e225564e478 (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-21 Carl Hetherington <cth@carlh.net> + * Version 0.68beta8 released. + +2012-12-21 Carl Hetherington <cth@carlh.net> + * Version 0.68beta7 released. 2012-12-21 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 531d5405e..0e3bba62f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -dvdomatic (0.68beta7-1) UNRELEASED; urgency=low +dvdomatic (0.68beta8-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <cth@carlh.net> Fri, 21 Dec 2012 23:55:08 +0000 + -- Carl Hetherington <cth@carlh.net> Fri, 21 Dec 2012 23:56:19 +0000 dvdomatic (0.68beta5-1) unstable; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.68beta7' +VERSION = '0.68beta8' def options(opt): opt.load('compiler_cxx') |
