Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 15 Oct 2016 00:14:44 +0000 (01:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 15 Oct 2016 00:14:44 +0000 (01:14 +0100)
wscript

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