diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-11 23:16:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-11 23:16:04 +0000 |
| commit | a9f2a4587499d33eb91bbd76427c5b519cb5943d (patch) | |
| tree | 00d5271ec86352ca56fabec4b814714a5ccb44b5 | |
| parent | 4f8f6baed5ca7c154f694e0d861f5988b6d0da73 (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 @@ 2012-12-11 Carl Hetherington <cth@carlh.net> + * Version 0.61 released. + +2012-12-11 Carl Hetherington <cth@carlh.net> + * More .deb dep tweaks. 2012-12-11 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 79b116d68..4faa4784a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.61-1) unstable; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Tue, 11 Dec 2012 23:15:52 +0000 + dvdomatic (0.60-1) unstable; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.61pre' +VERSION = '0.61' def options(opt): opt.load('compiler_cxx') |
