Bump version
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 7672c7a54df7ad09a8f95dd008b7d5de70d9a08b..4a6504c9e2763668242f931fd2ca4c28a0dfd953 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.34pre'
+VERSION = '0.38pre'
 
 def options(opt):
     opt.load('compiler_cxx')
@@ -128,7 +128,7 @@ def build(bld):
         bld.install_files('${PREFIX}/share/icons/hicolor/%s/apps' % r, 'icons/%s/dvdomatic.png' % r)
 
 def dist(ctx):
-    ctx.excl = 'TODO core *~ src/wx/*~ src/lib/*~ .waf* build .git deps alignment hacks sync'
+    ctx.excl = 'TODO core *~ src/wx/*~ src/lib/*~ .waf* build .git deps alignment hacks sync *.tar.bz2 *.exe .lock*'
 
 def create_version_cc(version):
     if os.path.exists('.git'):