diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-12 00:25:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-12 00:25:27 +0100 |
| commit | 1bcaf0215a549e782b3dfb0b7a1a69deaff35028 (patch) | |
| tree | 15d6d1cafb3bc91789f9d00773a1f456bda4af10 | |
| parent | dc27e49291d1d4d0bafee8f26e9c204270a4a2d2 (diff) | |
Bump versionv2.1.63
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | wscript | 2 |
3 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2015-09-12 Carl Hetherington <cth@carlh.net> + + * Version 2.1.63 released. + 2015-09-11 Carl Hetherington <cth@carlh.net> * Fix assertion failure when creating 6-channel DCPs diff --git a/debian/changelog b/debian/changelog index 7dceece9b..b3b69ca51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.62-1) UNRELEASED; urgency=low +dcpomatic (2.1.63-1) UNRELEASED; urgency=low [ Carl Hetherington ] * New upstream release. @@ -301,7 +301,10 @@ dcpomatic (2.1.62-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. - -- c.hetherington <c.hetherington@cs2-24.cs> Thu, 10 Sep 2015 10:07:55 +0100 + [ Carl Hetherington ] + * New upstream release. + + -- Carl Hetherington <cth@carlh.net> Sat, 12 Sep 2015 00:25:27 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.62devel' +VERSION = '2.1.63' def options(opt): opt.load('compiler_cxx') |
