diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-04-17 10:17:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-04-17 10:17:09 +0100 |
| commit | 72b469f744b831693147db1ea367c44582626d41 (patch) | |
| tree | 0f365f4a6020ab1d31881f007f7e25e23ded6baa | |
| parent | 41a83c2799f83313c6213976553fe69e48ea78df (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-04-17 Carl Hetherington <cth@carlh.net> + + * Version 1.66.12 released. + 2014-04-07 Carl Hetherington <cth@carlh.net> * Version 1.66.11 released. diff --git a/debian/changelog b/debian/changelog index e4c7a71e4..2cdcad0b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.66.11-1) UNRELEASED; urgency=low +dcpomatic (1.66.12-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -115,8 +115,9 @@ dcpomatic (1.66.11-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Mon, 07 Apr 2014 19:59:18 +0100 + -- Carl Hetherington <carl@d1stkfactory> Thu, 17 Apr 2014 10:17:09 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.66.11devel' +VERSION = '1.66.12' def options(opt): opt.load('compiler_cxx') |
