diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-05 07:48:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-05 07:48:39 +0100 |
| commit | 81cdf088c2747a2194cba57aad706bca9c27caa3 (patch) | |
| tree | 02026bb0afa54cad5bd9311c798ebcd82c799f74 | |
| parent | 0f4fc1f42d1ce0455438ac257d7861f0e1bfa16e (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-05 Carl Hetherington <cth@carlh.net> + + * Version 0.94 released. + 2013-06-04 Carl Hetherington <cth@carlh.net> * Version 0.94beta2 released. diff --git a/debian/changelog b/debian/changelog index ce981e781..c303177f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.94-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Wed, 05 Jun 2013 07:48:39 +0100 + dvdomatic (0.94beta2-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.94beta2' +VERSION = '0.94' def options(opt): opt.load('compiler_cxx') |
