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