Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 18 Jun 2016 23:43:52 +0000 (00:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 18 Jun 2016 23:43:52 +0000 (00:43 +0100)
wscript

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