diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-24 23:39:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-24 23:39:57 +0100 |
| commit | 7df5035e5200769dd49d02f85b0b0e4b7899d3ad (patch) | |
| tree | 41d1dc51fb9e59f5331bb568e66968a1c227b188 | |
| parent | f1f25e57c97a6ea28513820912169305795c7d14 (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-24 Carl Hetherington <cth@carlh.net> + + * Version 0.103 released. + 2013-06-20 Carl Hetherington <cth@carlh.net> * Version 0.102 released. diff --git a/debian/changelog b/debian/changelog index 8e83140f5..16d58a5d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.103-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Mon, 24 Jun 2013 23:39:57 +0100 + dvdomatic (0.102-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.103pre' +VERSION = '0.103' def options(opt): opt.load('compiler_cxx') |
