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

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