Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 13 Oct 2016 23:28:55 +0000 (00:28 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 13 Oct 2016 23:28:55 +0000 (00:28 +0100)
wscript

diff --git a/wscript b/wscript
index 5208d87de677a34265c5b81c5cf427feae76cae2..2e5a687b7bfaf5ae67abc6ddd03c806960235c06 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.34'
+VERSION = '2.9.34devel'
 
 def options(opt):
     opt.load('compiler_cxx')