Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 2 Jul 2016 00:45:56 +0000 (01:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 2 Jul 2016 00:45:56 +0000 (01:45 +0100)
wscript

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