Bump version
[libdcp.git] / wscript
diff --git a/wscript b/wscript
index ddc333fab45a8043a572c921891242b6a9790195..ae56c77cb0379b63fb4ebbe1d44b01bf32d0c7da 100644 (file)
--- a/wscript
+++ b/wscript
@@ -1,9 +1,8 @@
 import subprocess
 import os
-import lut
 
 APPNAME = 'libdcp'
-VERSION = '0.41pre'
+VERSION = '0.43'
 
 def options(opt):
     opt.load('compiler_cxx')
@@ -83,8 +82,6 @@ def configure(conf):
                    msg = 'Checking for boost signals2 library',
                    uselib_store = 'BOOST_SIGNALS2')
 
-    lut.make_luts()
-
     conf.recurse('test')
     conf.recurse('asdcplib')
 
@@ -111,7 +108,7 @@ def build(bld):
     bld.add_post_fun(post)
 
 def dist(ctx):
-    ctx.excl = 'TODO core *~ .git build .waf* .lock* doc/*~ src/*~ test/ref/*~ __pycache__'
+    ctx.excl = 'TODO core *~ .git build .waf* .lock* doc/*~ src/*~ test/ref/*~ __pycache__ GPATH GRTAGS GSYMS GTAGS'
 
 def create_version_cc(bld, version):
     if os.path.exists('.git'):