summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-12 00:25:27 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-12 00:25:27 +0100
commit1bcaf0215a549e782b3dfb0b7a1a69deaff35028 (patch)
tree15d6d1cafb3bc91789f9d00773a1f456bda4af10
parentdc27e49291d1d4d0bafee8f26e9c204270a4a2d2 (diff)
Bump versionv2.1.63
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog7
-rw-r--r--wscript2
3 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fe02e2508..ee92ba962 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/wscript b/wscript
index 34161454c..c70bedc41 100644
--- a/wscript
+++ b/wscript
@@ -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')