Bump version v2.9.30
authorCarl Hetherington <cth@carlh.net>
Mon, 3 Oct 2016 23:15:43 +0000 (00:15 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 3 Oct 2016 23:15:43 +0000 (00:15 +0100)
ChangeLog
debian/changelog
wscript

index 64a781e82ffffa4eb5d63dc1bec4ec343290d3e7..1ff4190578f12fdb66c3031984365bde60f1568b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-04  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.9.30 released.
+
 2016-10-03  Carl Hetherington  <cth@carlh.net>
 
        * Fix crash on make DCP if there are old audio analysis files.
index 1a5bcfbd5d555a4f09c1dca596b411ae2b6b7d0c..9557a427d2e99bf1d21431105b79cd5edce4fcd3 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.9.29-1) UNRELEASED; urgency=low
+dcpomatic (2.9.30-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -467,8 +467,9 @@ dcpomatic (2.9.29-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 03 Oct 2016 23:08:29 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 04 Oct 2016 00:15:42 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 3bfad65ad9a82121c81da2dcdb8c87436d9fc225..19c2dfed9321db9757097cec64f3c456dacc10f8 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.29devel'
+VERSION = '2.9.30'
 
 def options(opt):
     opt.load('compiler_cxx')