Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 3 Jul 2016 22:24:56 +0000 (23:24 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 3 Jul 2016 22:24:56 +0000 (23:24 +0100)
wscript

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