Bump version v2.9.37
authorCarl Hetherington <cth@carlh.net>
Wed, 19 Oct 2016 22:41:17 +0000 (23:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Oct 2016 22:41:17 +0000 (23:41 +0100)
ChangeLog
debian/changelog
wscript

index 4eecb76d96c5c80cff63e9fc35fb17da7eeaf6e5..cd47c1656fb773bff7d2bb0766ca548cb701f120 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-19  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.37 released.
+
 2016-10-19  Carl Hetherington  <cth@carlh.net>
 
        * Fix various problems with 3D DCP creation
index c7dfdee977d810489bcd1e0af0f20516fdadcf17..33ce629ca06d46c66322fe81dc47819238e81f91 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.36-1) UNRELEASED; urgency=low
+dcpomatic (2.9.37-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -474,8 +474,9 @@ dcpomatic (2.9.36-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 17 Oct 2016 16:43:01 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Wed, 19 Oct 2016 23:41:17 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 6579c19a6306f4e9bed9fc647187b16d854b34bb..d6c620a629cd8c7dd0b1459b99c61844a59450da 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.36devel'
+VERSION = '2.9.37'
 
 def options(opt):
     opt.load('compiler_cxx')