diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-09 12:38:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-09 12:38:18 +0100 |
| commit | dde478c7d3cccf83dd442a9d3771277d5ccfd636 (patch) | |
| tree | 7254ee3dc237a8cfc01406cb15ba4e0a65b4fd19 | |
| parent | 59c0d60b6cb555823e8c7d6634d64ed7049d50e5 (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-08-09 Carl Hetherington <cth@carlh.net> + * Version 1.72.10 released. + +2014-08-09 Carl Hetherington <cth@carlh.net> + * Version 1.72.8 released. 2014-08-08 Carl Hetherington <cth@carlh.net> diff --git a/debian/changelog b/debian/changelog index 0fa705805..0cf0cc1d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.72.8-1) UNRELEASED; urgency=low +dcpomatic (1.72.10-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -172,8 +172,9 @@ dcpomatic (1.72.8-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sat, 09 Aug 2014 12:34:03 +0100 + -- Carl Hetherington <carl@d1stkfactory> Sat, 09 Aug 2014 12:38:18 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.72.9devel' +VERSION = '1.72.10' def options(opt): opt.load('compiler_cxx') |
