diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-30 10:43:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-30 10:43:16 +0100 |
| commit | b09104bd67b66ed8a9dd24c63001d5fa19744dd6 (patch) | |
| tree | e45239aa1d938d6409ac9dd0c0e6afa6c82c68e9 | |
| parent | 8b20f2a068d1ddd94c7b68a990aab6a8d9e5b2f5 (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 @@ +2014-06-30 Carl Hetherington <cth@carlh.net> + + * Version 1.72.0 released. + 2014-06-28 Carl Hetherington <cth@carlh.net> * Version 1.71.2 released. diff --git a/debian/changelog b/debian/changelog index 224e44da3..69508cb10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.71.2-1) UNRELEASED; urgency=low +dcpomatic (1.72.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -164,8 +164,9 @@ dcpomatic (1.71.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 28 Jun 2014 00:54:23 +0100 + -- Carl Hetherington <carl@d1stkfactory> Mon, 30 Jun 2014 10:43:16 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.71.2devel' +VERSION = '1.72.0' def options(opt): opt.load('compiler_cxx') |
