Bump version v2.3.8
authorCarl Hetherington <cth@carlh.net>
Mon, 28 Sep 2015 13:41:54 +0000 (14:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 28 Sep 2015 13:41:54 +0000 (14:41 +0100)
ChangeLog
debian/changelog
wscript

index ad1626896c19a0575d02537c2ffb92074b9caeff..c2885e2b4a471615b6c0a2b1c5f16e97570a9db9 100644 (file)
--- 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
index 5b049ba89173205e903cf4abbcd44dd5b0533c1f..26781bad9339bb7b4c84317e83d090f790c232b5 100644 (file)
@@ -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 77ab4a3d7e51c504e0d8260fff366d57605962b3..1f5fa5b5257a1351f38f9beba483ebfda325d636 100644 (file)
--- 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')