From 8ca524c7e01e4ec5eca86dbf67e2061e32f34d7c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 9 Aug 2013 04:15:47 +0000 Subject: LV2 1.6.0. --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 36f4ff0..1258ee3 100644 --- a/wscript +++ b/wscript @@ -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 = {} -- cgit v1.2.1