summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-03-06 10:23:19 +0000
committerDavid Robillard <d@drobilla.net>2010-03-06 10:23:19 +0000
commit1b8170fc1d70089e253eb9a77abdd6601d94f6bf (patch)
tree989eace5fd188caf898503a5760a92a24327b1cc /wscript
parentf0179c98cf1f9112b1b47b159feebfc5a72c35c2 (diff)
downloadraul-1b8170fc1d70089e253eb9a77abdd6601d94f6bf.tar.gz
raul-1b8170fc1d70089e253eb9a77abdd6601d94f6bf.tar.bz2
raul-1b8170fc1d70089e253eb9a77abdd6601d94f6bf.zip
Save Ingen patches as working standard LV2 plugin bundles.
This allows you to create an Ingen patch in Ingen running as a Jack client, save it, then load that patch as an LV2 plugin in any LV2 compliant host. Eliminate (hopefully) all static data in the engine (for multiple instantiations in a single process). More API/ABI stable interface for Ingen::Shared::World. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2533 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 3 insertions, 2 deletions
diff --git a/wscript b/wscript
index b8cc3a0..be8b64d 100644
--- a/wscript
+++ b/wscript
@@ -4,7 +4,7 @@ import Options
import os
# Version of this package (even if built as a child)
-RAUL_VERSION = '0.6.5'
+RAUL_VERSION = '0.6.6'
# Library version (UNIX style major, minor, micro)
# major increment <=> incompatible changes
@@ -20,7 +20,8 @@ RAUL_VERSION = '0.6.5'
# 0.6.3 = 6,0,0 (unreleased)
# 0.6.4 = 7,0,0 (unreleased)
# 0.6.5 = 8,0,0 (unreleased)
-RAUL_LIB_VERSION = '8.0.0'
+# 0.6.6 = 9,0,0 (unreleased)
+RAUL_LIB_VERSION = '9.0.0'
# Variables for 'waf dist'
APPNAME = 'raul'