diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-17 17:45:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-17 17:45:21 +0100 |
| commit | be75a78faa371eb15cc5bb8b53525bf03833ceb3 (patch) | |
| tree | 074b9b00389858a93b07465ef8c7486d93ae5343 | |
| parent | 1d353c073e0210e4765166a4165cbcf4f231387e (diff) | |
Bump version
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2013-09-17 Carl Hetherington <cth@carlh.net> + + * Version 1.04 released. + 2013-09-09 Carl Hetherington <cth@carlh.net> * Version 1.03 released. diff --git a/debian/changelog b/debian/changelog index 0d214c572..4a8c7afe7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.03-1) UNRELEASED; urgency=low +dcpomatic (1.04-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -7,8 +7,9 @@ dcpomatic (1.03-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 09 Sep 2013 23:56:05 +0100 + -- Carl Hetherington <carl@d1stkfactory> Tue, 17 Sep 2013 17:45:21 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.04pre' +VERSION = '1.04' def options(opt): opt.load('compiler_cxx') |
