Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 3 May 2017 16:03:07 +0000 (17:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 May 2017 16:03:07 +0000 (17:03 +0100)
wscript

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