Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 21 Jan 2015 19:37:44 +0000 (19:37 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 21 Jan 2015 19:37:44 +0000 (19:37 +0000)
wscript

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