diff options
author | David Robillard <d@drobilla.net> | 2013-08-09 04:15:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-08-09 04:15:47 +0000 |
commit | 8ca524c7e01e4ec5eca86dbf67e2061e32f34d7c (patch) | |
tree | 804d536c69d4b298f6ce002521805d697e337a77 /wscript | |
parent | 289cda0a45cdf65b29560d3bd63eb59ea70a4c1e (diff) | |
download | lv2-8ca524c7e01e4ec5eca86dbf67e2061e32f34d7c.tar.xz |
LV2 1.6.0.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ import waflib.Scripting as Scripting # Variables for 'waf dist' APPNAME = 'lv2' -VERSION = '1.4.5' +VERSION = '1.6.0' # Mandatory variables top = '.' @@ -442,7 +442,7 @@ def dist(ctx): subdirs = ([ctx.path.find_node('lv2/lv2plug.in/ns/lv2core')] + ctx.path.ant_glob('plugins/*', dir=True) + ctx.path.ant_glob('lv2/lv2plug.in/ns/ext/*', dir=True) + - ctx.path.ant_glob('lv2/lv2plug.in/ns/extension/*', dir=True)) + ctx.path.ant_glob('lv2/lv2plug.in/ns/extensions/*', dir=True)) # Write NEWS files in source directory top_entries = {} |