Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Jan 2015 14:51:24 +0000 (14:51 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 Jan 2015 14:51:24 +0000 (14:51 +0000)
wscript

diff --git a/wscript b/wscript
index cae348447579850e0261f9a6250ced9e763e8c95..f2c408075749c12b45f5fcce4be5a4797ffaf5ab 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.35'
+VERSION = '2.0.35devel'
 
 def options(opt):
     opt.load('compiler_cxx')