summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-29 22:46:41 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-29 22:46:41 +0000
commitb651309f08107a5fc2fdb0cccdd5f05d94018311 (patch)
treebba77ccc875dba98f892b4ba59eea9e992f8134a
parent62a1e9d6cda70050b813d4ba0c3e83b7350f360d (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog5
-rw-r--r--wscript2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 38a37430f..572e5f18f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-01-29 Carl Hetherington <cth@carlh.net>
+ * Version 1.63.8 released.
+
+2014-01-29 Carl Hetherington <cth@carlh.net>
+
* Add subtitle X offset option.
* Fix missing subtitles when subtitled content is at a non-zero position.
diff --git a/debian/changelog b/debian/changelog
index 447f201f7..29259b1e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (1.63.7-1) UNRELEASED; urgency=low
+dcpomatic (1.63.8-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -79,8 +79,9 @@ dcpomatic (1.63.7-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Tue, 28 Jan 2014 15:56:45 +0000
+ -- Carl Hetherington <carl@d1stkfactory> Wed, 29 Jan 2014 22:46:41 +0000
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 63fecdd59..ef4e10f48 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.63.7devel'
+VERSION = '1.63.8'
def options(opt):
opt.load('compiler_cxx')