Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 24 Mar 2013 21:09:23 +0000 (21:09 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 24 Mar 2013 21:09:23 +0000 (21:09 +0000)
wscript

diff --git a/wscript b/wscript
index ae56c77cb0379b63fb4ebbe1d44b01bf32d0c7da..3f643950a0130dda511ba12186dd3c46f2466f7f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.43'
+VERSION = '0.44pre'
 
 def options(opt):
     opt.load('compiler_cxx')