Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 22 Sep 2014 22:05:41 +0000 (23:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 22 Sep 2014 22:05:41 +0000 (23:05 +0100)
wscript

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