Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Oct 2014 13:24:54 +0000 (14:24 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Oct 2014 13:24:54 +0000 (14:24 +0100)
wscript

diff --git a/wscript b/wscript
index 0e8cca746fd08bda575eaaccd06f116fe3a76755..0a9e00e9c8d57b79be76c8edc585cb9820ebe054 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.15'
+VERSION = '2.0.15devel'
 
 def options(opt):
     opt.load('compiler_cxx')