Fix crash caused by previous change; doubles are expressed using scientific notation...
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 829980c38373d71861505bc0a17ed4fed7103d4c..e8c19386109a25a885c8e6a54ac14cfba6a4498a 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.68.0devel'
+VERSION = '1.69.2devel'
 
 def options(opt):
     opt.load('compiler_cxx')