Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 10 May 2015 01:03:37 +0000 (02:03 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 10 May 2015 01:03:37 +0000 (02:03 +0100)
wscript

diff --git a/wscript b/wscript
index 471f717c62c7c770f41fa05d1614eec435b42bcd..96e75d6f2accf0544dc2a70b8e934c19886632ee 100644 (file)
--- a/wscript
+++ b/wscript
@@ -25,7 +25,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.44'
+VERSION = '2.0.44devel'
 
 def options(opt):
     opt.load('compiler_cxx')