diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-26 21:15:22 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-26 21:15:22 +0000 |
| commit | 2f10afc2a4cc2156245a5db593ba7476c6caa4f5 (patch) | |
| tree | 876c004c60891779fb7f240cabd114dcfabaf760 | |
| parent | a97ae09e4e9946f168c38174cb83f7dd29235997 (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-03-26 Carl Hetherington <cth@carlh.net> + * Version 0.78beta12 released. + +2013-03-26 Carl Hetherington <cth@carlh.net> + * Version 0.78beta11 released. 2013-03-26 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 997827533..f694dbf8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.78beta12-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Tue, 26 Mar 2013 21:13:54 +0000 + dvdomatic (0.78beta11-1) UNRELEASED; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.78beta11' +VERSION = '0.78beta12' def options(opt): opt.load('compiler_cxx') |
