diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-19 18:55:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-19 18:55:41 +0100 |
| commit | c9067a8a0d92d4ac52ae7ffb7665b1234018551b (patch) | |
| tree | 1fbec9192c9b437f0c3096206fb7c786b208f482 | |
| parent | 45a3601cfcd342ff8e8b0a256f01136879b26993 (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-06-19 Carl Hetherington <cth@carlh.net> + * Version 0.101 released. + +2013-06-19 Carl Hetherington <cth@carlh.net> + * Version 0.101beta5 released. 2013-06-19 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index bb6398425..ba2825a7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.101-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Wed, 19 Jun 2013 18:55:41 +0100 + dvdomatic (0.101beta5-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.101beta5' +VERSION = '0.101' def options(opt): opt.load('compiler_cxx') |
