Bump version
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 5367d78c3e9f126ff1d51a72f3a0f83375f95753..a0734241e4d2d5f54cc47b433828612ff8e8e630 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.35pre'
+VERSION = '0.36'
 
 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'):