Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 28 Feb 2016 12:27:06 +0000 (12:27 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 28 Feb 2016 12:27:06 +0000 (12:27 +0000)
wscript

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