diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-19 20:51:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-19 20:51:05 +0000 |
| commit | 3ee345fa72f61642c7cabdf61e4b3344f758c22e (patch) | |
| tree | d3f125adaef9f09598084109965b5aeaa81aa2d6 | |
| parent | 598ad45455486deac62a44b450ca436de5bc593e (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 @@ 2013-03-19 Carl Hetherington <cth@carlh.net> + * Version 0.78beta1 released. + +2013-03-19 Carl Hetherington <cth@carlh.net> + * Add it_IT translation from Massimiliano Broggi. 2013-03-14 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index c87666416..e1ef6804d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.78beta1-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Tue, 19 Mar 2013 20:50:54 +0000 + dvdomatic (0.77-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.78pre' +VERSION = '0.78beta1' def options(opt): opt.load('compiler_cxx') |
