Bump version v2.3.7
authorCarl Hetherington <cth@carlh.net>
Sun, 27 Sep 2015 20:59:29 +0000 (21:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 27 Sep 2015 20:59:29 +0000 (21:59 +0100)
ChangeLog
debian/changelog
wscript

index 60b6254420a9f2664a644db49e35c7c698c6ec29..6671469dd0f60a12cee15f6a1274f89ac0e18dca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-27  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.3.7 released.
+
 2015-09-26  Carl Hetherington  <cth@carlh.net>
 
        * Fix crash with embedded subtitles with some
index 5d06eb766e9da1e450b96ac5c7b39397a5af7c27..5b049ba89173205e903cf4abbcd44dd5b0533c1f 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.3.6-1) UNRELEASED; urgency=low
+dcpomatic (2.3.7-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -313,8 +313,9 @@ dcpomatic (2.3.6-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sat, 26 Sep 2015 14:43:58 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sun, 27 Sep 2015 21:59:29 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 0c08e499eabb6ff082e1c8bfb1cb7f83c15de68f..1ff6d1b43f04feb92087d7281942f5de2adfc885 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.3.6devel'
+VERSION = '2.3.7'
 
 def options(opt):
     opt.load('compiler_cxx')