Try to fix time zone offsets in Windows.
[libdcp.git] / wscript
diff --git a/wscript b/wscript
index a8e4d45de2e916eb38ff0ae6beda9bd520e4de06..34d4411dadb405d51ed785b810f0707be5e62743 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.55'
+VERSION = '0.73pre'
 
 def options(opt):
     opt.load('compiler_cxx')