Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Sep 2014 23:17:47 +0000 (00:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Sep 2014 23:17:47 +0000 (00:17 +0100)
wscript

diff --git a/wscript b/wscript
index 15416a0eb0ae3a1594f7f2a43e3972805d67c7e5..8c5fca8b9bb19ce7fb79cf034b92a8d7fb7b01c7 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.9'
+VERSION = '2.0.9devel'
 
 def options(opt):
     opt.load('compiler_cxx')