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