Bump version v2.3.6
authorCarl Hetherington <cth@carlh.net>
Sat, 26 Sep 2015 13:43:58 +0000 (14:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 26 Sep 2015 13:43:58 +0000 (14:43 +0100)
ChangeLog
debian/changelog
wscript

index b81fc19a58a2e61cec01600ec58e07e00e5039e9..a9af721ebc65f1a6a8099d61e0c5b5a9b0da9136 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-26  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.3.6 released.
+
 2015-09-25  Carl Hetherington  <cth@carlh.net>
 
        * Fix assertion failure when loading .MTS files (#702).
index 4cb7d9714fa1b5dc2ac4cd4d86b426a1c6e3b5b7..5d06eb766e9da1e450b96ac5c7b39397a5af7c27 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.3.5-1) UNRELEASED; urgency=low
+dcpomatic (2.3.6-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -312,8 +312,9 @@ dcpomatic (2.3.5-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 21 Sep 2015 12:26:01 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 26 Sep 2015 14:43:58 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index fd2830a98bfb29075a008c73ebe413a88a6f044b..fb300aa5182b8e66b8646346bb4bccfbcf066708 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.3.5devel'
+VERSION = '2.3.6'
 
 def options(opt):
     opt.load('compiler_cxx')