Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 10 Sep 2014 08:45:32 +0000 (09:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 10 Sep 2014 08:45:32 +0000 (09:45 +0100)
wscript

diff --git a/wscript b/wscript
index 890c2822f36fa42d104e0a198f7b81e93c13d6a0..786b578231e1676fca450da7de80ec07855bb9f1 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.8'
+VERSION = '2.0.8devel'
 
 def options(opt):
     opt.load('compiler_cxx')