Fix typo breaking remote encoding.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index bfb7d8ecddf792e659a11cc99eda5ab8e7335b99..93dab68232377888a527340c6e36bb1ef71ac337 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.52pre'
+VERSION = '1.53pre'
 
 def options(opt):
     opt.load('compiler_cxx')