diff options
author | David Robillard <d@drobilla.net> | 2008-07-06 22:56:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-07-06 22:56:26 +0000 |
commit | 043bdcb99a33a0694a3cd76fe515c424dcecaacc (patch) | |
tree | 4b2e84c0755d60f1558faf4f3da50cefdd9b0bd8 | |
parent | ca7bf5b66ef5f7427a197d7bc2cebb4e0eddf30f (diff) | |
download | lilv-043bdcb99a33a0694a3cd76fe515c424dcecaacc.tar.gz lilv-043bdcb99a33a0694a3cd76fe515c424dcecaacc.tar.bz2 lilv-043bdcb99a33a0694a3cd76fe515c424dcecaacc.zip |
Debian packaging.
FlowCanvas 0.5.0.
Raul 0.5.0.
Patchage 0.4.1.
git-svn-id: http://svn.drobilla.net/lad/slv2@1283 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -6,4 +6,6 @@ as possible (without sacrificing capabilities). More information about LV2 plugins can be found at <http://lv2plug.in>. +More information about SLV2 can be found at <http://drobilla.net/software/slv2>. + -- Dave Robillard <dave@drobilla.net> diff --git a/configure.ac b/configure.ac index 8040d0c..f1977a6 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AM_INIT_AUTOMAKE # 0.4.4 = 7,0,1 # 0.4.5 = 7,0,1 # 0.5.0 = 8,0,0 -# 0.6.0 = 9,0,0 +# 0.6.0 = 9,0,0 (SVN r1282) SLV2_VERSION="0.6.0" SLV2_API_CURRENT="9" |