diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-19 15:18:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-19 15:18:59 +0100 |
| commit | c1f83bbd662b59a8efd73f6da9487965bf6243e1 (patch) | |
| tree | feb55e005c3a7be0a204b8c30c844e8915dbcf75 | |
| parent | be40982004b5e82a4a71ba07e03f39cfd8e9c435 (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-19 Carl Hetherington <cth@carlh.net> + + * Version 1.05 released. + 2013-09-17 Carl Hetherington <cth@carlh.net> * Version 1.04 released. diff --git a/debian/changelog b/debian/changelog index 4a8c7afe7..a11f8121b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.04-1) UNRELEASED; urgency=low +dcpomatic (1.05-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -8,8 +8,9 @@ dcpomatic (1.04-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Tue, 17 Sep 2013 17:45:21 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 19 Sep 2013 15:18:59 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.05pre' +VERSION = '1.05' def options(opt): opt.load('compiler_cxx') |
