diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-11 22:46:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-11 22:46:15 +0000 |
| commit | 77e4006e6af7454d9671369f4dd25e5483b78bcb (patch) | |
| tree | 4d98204c5c1447d056dc738bbc84817f5f347251 | |
| parent | 2a2c782b754ba1fbd7899ac8fe078805c63ef011 (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.60 released. + +2012-12-11 Carl Hetherington <cth@carlh.net> + * Hopefully fix utterly broken partially-static builds for .debs. diff --git a/debian/changelog b/debian/changelog index d5d003686..79b116d68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.60-1) unstable; urgency=low + + * New upstream release. + + -- Carl Hetherington <carl@houllier.lan> Tue, 11 Dec 2012 22:46:04 +0000 + dvdomatic (0.59-1) unstable; urgency=low * New upstream release. @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.60pre' +VERSION = '0.60' def options(opt): opt.load('compiler_cxx') |
