Bump version v2.9.36
authorCarl Hetherington <cth@carlh.net>
Mon, 17 Oct 2016 15:43:01 +0000 (16:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 17 Oct 2016 15:43:01 +0000 (16:43 +0100)
ChangeLog
debian/changelog
wscript

index be2c38a0ccb2be54a6daa21ff567f1c8dfd98b0f..534610eb0ed7328df24a44e0ed50043e1853356e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-17  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.36 released.
+
 2016-10-17  c.hetherington  <cth@carlh.net>
 
        * Bump libdcp for fix to corrupted audio analyses
index cf7a1ef59912d341db8897dfb1e1d0bd8743f1ef..c7dfdee977d810489bcd1e0af0f20516fdadcf17 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.35-1) UNRELEASED; urgency=low
+dcpomatic (2.9.36-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -473,8 +473,9 @@ dcpomatic (2.9.35-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sat, 15 Oct 2016 01:14:43 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 17 Oct 2016 16:43:01 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 544ca241de5fdebd78a18dfb8d71281f86da5b67..ab09f4952fa1081058227d92157a97bb3a8df0db 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.35devel'
+VERSION = '2.9.36'
 
 def options(opt):
     opt.load('compiler_cxx')