Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 23 Jan 2015 21:23:06 +0000 (21:23 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 23 Jan 2015 21:23:06 +0000 (21:23 +0000)
wscript

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