Bump version v2.9.32
authorCarl Hetherington <cth@carlh.net>
Mon, 10 Oct 2016 22:58:36 +0000 (23:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 10 Oct 2016 22:58:36 +0000 (23:58 +0100)
ChangeLog
debian/changelog
wscript

index 3fc747632be36e56736736d6a4298eb0bd6246ac..31194c2332314e2c0e56ce78785bb34da96c09a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-10  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.32 released.
+
 2016-10-10  Carl Hetherington  <cth@carlh.net>
 
        * Fix incorrect import of multi-reel DCPs with subtitles.
index 39be4e6679815a5bb91e9f3ca9a93cc49ad53b37..c076b9804ab67067186fadf8f8b73ea71e8de18b 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.31-1) UNRELEASED; urgency=low
+dcpomatic (2.9.32-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -469,8 +469,9 @@ dcpomatic (2.9.31-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sun, 09 Oct 2016 17:19:54 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 10 Oct 2016 23:58:36 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index a0c3b716bc01b8dfb5a026056bae32a5dbafdac8..4fe60a6a0b6bd5ab2bcf54379aa282db667255e9 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.31devel'
+VERSION = '2.9.32'
 
 def options(opt):
     opt.load('compiler_cxx')