diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-14 00:10:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-14 00:10:29 +0100 |
| commit | 26a80aee0e17be8b1cdba995d7c40b66d123d65e (patch) | |
| tree | fbfd1acd7fb751b982c73f5763efed21cc09f7b6 | |
| parent | 4fe7c89e54205c56f0fba2da24db66734ce23674 (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-06-14 Carl Hetherington <cth@carlh.net> + + * Version 0.100 released. + 2013-06-13 Carl Hetherington <cth@carlh.net> * Fix ffmpeg's pixel format 13. diff --git a/debian/changelog b/debian/changelog index 8f6ee4915..7e70791c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.100-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Fri, 14 Jun 2013 00:10:28 +0100 + dvdomatic (0.99-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.100pre' +VERSION = '0.100' def options(opt): opt.load('compiler_cxx') |
