diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-18 09:25:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-18 09:25:02 +0000 |
| commit | c09dba22fd923df38a517cf8eb00658af16e1fec (patch) | |
| tree | 2acd6720516cffc473538543cdbc503fd87a468d | |
| parent | 961423c88b89bd845bee157797114cdb5ce86a9e (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 @@ +2012-12-18 Carl Hetherington <cth@carlh.net> + + * Version 0.65 released. + 2012-12-13 Carl Hetherington <cth@carlh.net> * Version 0.64 released. diff --git a/debian/changelog b/debian/changelog index f517e8bc4..1c7cd8842 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.65-1) unstable; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Tue, 18 Dec 2012 09:24:56 +0000 + dvdomatic (0.64-1) unstable; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.65pre' +VERSION = '0.65' def options(opt): opt.load('compiler_cxx') |
