diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-21 23:10:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-21 23:10:39 +0000 |
| commit | 93dfaa552333ac587c2d38a715cdc5f3763cab7b (patch) | |
| tree | ae06ee8e0fd598be9dda1abe7434f0c7484d3db8 | |
| parent | 914a93ee4dd48583b057305f463bee3fb2254cc7 (diff) | |
| parent | e754a107a0003a7dcc84aaa3d1f01bac4d5591fd (diff) | |
Merge branch 'video-player' of ssh://houllier/home/carl/git/dvdomatic into video-player
| -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.68beta5 released. + +2012-12-20 Carl Hetherington <cth@carlh.net> + * Version 0.68beta4 released. 2012-12-20 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 30b152110..8d9bef2ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.68beta5-1) unstable; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Thu, 20 Dec 2012 07:53:46 +0000 + dvdomatic (0.68beta4-1) unstable; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.68beta4' +VERSION = '0.68beta5' def options(opt): opt.load('compiler_cxx') |
