Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 15 Jan 2015 16:49:22 +0000 (16:49 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 15 Jan 2015 16:49:22 +0000 (16:49 +0000)
wscript

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