diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-05 14:29:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-05 14:29:24 +0100 |
| commit | d9c368220200c323a267e03a87be70f7db8f4274 (patch) | |
| tree | d074737d3218ecb9f1306f70c8ea4d29d24b779a | |
| parent | 82f54c54dd7a2baf3bfa247b0305b00e892a09f5 (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-05 Carl Hetherington <cth@carlh.net> + * Version 0.95 released. + +2013-06-05 Carl Hetherington <cth@carlh.net> + * Fix crash on startup on Windows 2013-06-05 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index c303177f2..eef3c1e12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.95-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Wed, 05 Jun 2013 14:29:24 +0100 + dvdomatic (0.94-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.95pre' +VERSION = '0.95' def options(opt): opt.load('compiler_cxx') |
