diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-31 02:43:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-31 02:43:15 +0100 |
| commit | ae43625121256298f8bda22d449af25451c61d64 (patch) | |
| tree | 2f9cb3ee0c9fdf93d356ffdd317a6a0b787851fc | |
| parent | 0fcbe0064489b7a651ef3543e4e8200c8622cca6 (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-03-31 Carl Hetherington <cth@carlh.net> + + * Version 0.78 released. + 2013-03-28 Carl Hetherington <cth@carlh.net> * Version 0.78beta16 released. diff --git a/debian/changelog b/debian/changelog index bf02c7a4f..6ee87130a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.78-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Sun, 31 Mar 2013 02:43:03 +0100 + dvdomatic (0.78beta16-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.78beta16' +VERSION = '0.78' def options(opt): opt.load('compiler_cxx') |
