diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-28 00:54:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-28 00:54:23 +0100 |
| commit | 8e2437a0dc086b20fc1866b6f05c2889759d0708 (patch) | |
| tree | c6d814317c884de56ce38787b13844cb05517667 | |
| parent | 68c3938675624b4795271f1da7fb4f973b911de2 (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,5 +1,9 @@ 2014-06-28 Carl Hetherington <cth@carlh.net> + * Version 1.71.2 released. + +2014-06-28 Carl Hetherington <cth@carlh.net> + * Version 1.71.1 released. 2014-06-28 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 6538c05ec..224e44da3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.71.1-1) UNRELEASED; urgency=low +dcpomatic (1.71.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -163,8 +163,9 @@ dcpomatic (1.71.1-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Thu, 26 Jun 2014 19:30:39 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sat, 28 Jun 2014 00:54:23 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.71.1devel' +VERSION = '1.71.2' def options(opt): opt.load('compiler_cxx') |
