diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-05 14:28:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-05 14:28:38 +0100 |
| commit | 491390fcf0174e4e5c1e88cf872f605d5f79ce12 (patch) | |
| tree | ea32e38ac3408f28f7e8798e7da5d012927a1a6f | |
| parent | 3bc6c5b396bb6972ad2892237fc5d73fe8a9c42e (diff) | |
| parent | d4205f2e9c68646dcd57b010e2eb6f6cd98e2117 (diff) | |
Merge branch 'master' of /home/carl/git/dvdomatic
| -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.95pre' def options(opt): opt.load('compiler_cxx') |
