diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-27 11:03:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-27 11:03:15 +0000 |
| commit | 73a059df51372493c56f2e63b64ad2062e0c0b6b (patch) | |
| tree | 46fc25daba40ac7405a58ad3f9feebab4e04b54b | |
| parent | 5b892b4b6792456070cb3face8b9efb48968658d (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-02-27 Carl Hetherington <cth@carlh.net> + * Version 0.75 released. + +2013-02-27 Carl Hetherington <cth@carlh.net> + * Version 0.75beta1 released. * Fix support for some YUV444 pixel formats. diff --git a/debian/changelog b/debian/changelog index e8c5dfd6a..762660da9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.75-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Wed, 27 Feb 2013 11:03:07 +0000 + dvdomatic (0.75beta1-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.75beta1' +VERSION = '0.75' def options(opt): opt.load('compiler_cxx') |
