Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 7 Mar 2016 01:28:19 +0000 (01:28 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 7 Mar 2016 01:28:19 +0000 (01:28 +0000)
wscript

diff --git a/wscript b/wscript
index 25da028f6fe1404792d8194586055638e283d37d..f9faf24be94f3a55fa2bd2abc105de227e268b5a 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.34'
+VERSION = '2.6.34devel'
 
 def options(opt):
     opt.load('compiler_cxx')