Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 18 Jun 2015 21:11:11 +0000 (22:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 Jun 2015 21:11:11 +0000 (22:11 +0100)
wscript

diff --git a/wscript b/wscript
index 3a87a8066cc2536169cee234938dc522a791aaf5..7430106b7e0df7d61c95728023dd27e73a9c4bf1 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.5'
+VERSION = '2.1.5devel'
 
 def options(opt):
     opt.load('compiler_cxx')