diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-23 21:44:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-23 21:44:30 +0000 |
| commit | 067f152a95800625c5b618128b3c14b8d601e776 (patch) | |
| tree | bd222befbf1400ccb244368ab3f65b3b70243e15 | |
| parent | da0b66c3c8fc7b0813bb62ee48f24263bf4a682f (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,3 +1,7 @@ +2013-02-23 Carl Hetherington <cth@carlh.net> + + * Version 0.74beta1 released. + 2013-02-21 Carl Hetherington <cth@carlh.net> * Version 0.73 released. diff --git a/debian/changelog b/debian/changelog index 9aaab999d..4474a6862 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.74beta1-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Sat, 23 Feb 2013 21:44:22 +0000 + dvdomatic (0.73-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.74pre' +VERSION = '0.74beta1' def options(opt): opt.load('compiler_cxx') |
