Hopefully fix French translation encoding.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index c3619c0107683d3626abeb75aff9e9b210ebd56e..464e7900f2be7d2cb3c7089bc03799b508f79d0b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.77beta1'
+VERSION = '0.78beta3'
 
 def options(opt):
     opt.load('compiler_cxx')
@@ -267,3 +267,6 @@ def post(ctx):
 
 def pot(bld):
     bld.recurse('src')
+
+def pot_merge(bld):
+    bld.recurse('src')