Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 25 Feb 2018 01:11:19 +0000 (01:11 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 25 Feb 2018 01:11:19 +0000 (01:11 +0000)
wscript

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