Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 28 Sep 2015 15:44:51 +0000 (16:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 28 Sep 2015 15:44:51 +0000 (16:44 +0100)
wscript

diff --git a/wscript b/wscript
index 3d4444576de6549d15d4dd3b31ab5ee57dc375e5..0759b3f4b6dfc953fcc8d3e0bcb82e03c8f16d62 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.3.9'
+VERSION = '2.3.9devel'
 
 def options(opt):
     opt.load('compiler_cxx')