diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-18 11:29:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-18 11:29:08 +0000 |
| commit | 8f1af8cbd46fb0e03908f3348de688465b91f24e (patch) | |
| tree | 8203a104d44cdaff5aaf1f6f27b160ab8fe86b22 | |
| parent | 9057c03bf59153856bdf75c70980c778f60ecb87 (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-18 Carl Hetherington <cth@carlh.net> + * Version 0.66 released. + +2012-12-18 Carl Hetherington <cth@carlh.net> + * Version 0.65 released. 2012-12-13 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 1c7cd8842..07727f86c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.66-1) unstable; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Tue, 18 Dec 2012 11:29:04 +0000 + dvdomatic (0.65-1) unstable; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.66pre' +VERSION = '0.66' def options(opt): opt.load('compiler_cxx') |
