Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 8 Sep 2014 00:09:43 +0000 (01:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 8 Sep 2014 00:09:43 +0000 (01:09 +0100)
wscript

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