diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-10 15:49:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-10 15:49:01 +0000 |
| commit | 3aa6a4409543ee6c3d16ec6000ecdc03fdc8b384 (patch) | |
| tree | e5cbeb7c06585ee2b16ad26a425722129f0acb45 | |
| parent | da0e455aaa035f5f90c690ffed23049fbf1f18eb (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-03-10 Carl Hetherington <cth@carlh.net> + + * Version 1.66.0 released. + 2014-03-09 Carl Hetherington <cth@carlh.net> * Version 1.65.2 released. diff --git a/debian/changelog b/debian/changelog index c527b50fe..066646601 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.65.2-1) UNRELEASED; urgency=low +dcpomatic (1.66.0-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -103,8 +103,9 @@ dcpomatic (1.65.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington <carl@d1stkfactory> Sun, 09 Mar 2014 22:29:47 +0000 + -- Carl Hetherington <carl@d1stkfactory> Mon, 10 Mar 2014 15:49:01 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.65.2devel' +VERSION = '1.66.0' def options(opt): opt.load('compiler_cxx') |
