summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-28 00:54:09 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-28 00:54:09 +0100
commit68c3938675624b4795271f1da7fb4f973b911de2 (patch)
treeb8936e7f0cd8a31de8add7d0d25a59009ffae23c
parent6bcf76cc22ff0ed9c5598e1d92b05f93f37a510a (diff)
parent28568281aec2086f928c3799ecb18841daa69477 (diff)
Fix merge.
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog2
-rw-r--r--wscript2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a8b91ec63..9dfed5d60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-06-28 Carl Hetherington <cth@carlh.net>
+ * Version 1.71.1 released.
+
+2014-06-28 Carl Hetherington <cth@carlh.net>
+
* Fix crash on analysing audio (and possibly DCP creation) with
resampled content.
diff --git a/debian/changelog b/debian/changelog
index 17f8b311a..6538c05ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (1.71.0-1) UNRELEASED; urgency=low
+dcpomatic (1.71.1-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
diff --git a/wscript b/wscript
index 9612821a1..e89eedbe7 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.71.0devel'
+VERSION = '1.71.1devel'
def options(opt):
opt.load('compiler_cxx')