summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-28 14:41:54 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-28 14:41:54 +0100
commitf5ba686a28a44f57ebac6c812fa1a242812a4996 (patch)
treea3d24a70bf3ee96775a22f609c4664f590c9d1b7
parent4c60c74890ee16333ecf3adb87e69fc49d9a304f (diff)
Bump versionv2.3.8
-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 ad1626896..c2885e2b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-28 Carl Hetherington <cth@carlh.net>
+
+ * Version 2.3.8 released.
+
2015-09-28 c.hetherington <cth@carlh.net>
* Fix problems with audio analysis of some combined
diff --git a/debian/changelog b/debian/changelog
index 5b049ba89..26781bad9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (2.3.7-1) UNRELEASED; urgency=low
+dcpomatic (2.3.8-1) UNRELEASED; urgency=low
[ Carl Hetherington ]
* New upstream release.
@@ -314,8 +314,9 @@ dcpomatic (2.3.7-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Sun, 27 Sep 2015 21:59:29 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Mon, 28 Sep 2015 14:41:53 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 77ab4a3d7..1f5fa5b52 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.3.7devel'
+VERSION = '2.3.8'
def options(opt):
opt.load('compiler_cxx')