Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 2 Dec 2015 22:15:47 +0000 (22:15 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 2 Dec 2015 22:15:47 +0000 (22:15 +0000)
wscript

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