summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-07-06 22:56:26 +0000
committerDavid Robillard <d@drobilla.net>2008-07-06 22:56:26 +0000
commit043bdcb99a33a0694a3cd76fe515c424dcecaacc (patch)
tree4b2e84c0755d60f1558faf4f3da50cefdd9b0bd8
parentca7bf5b66ef5f7427a197d7bc2cebb4e0eddf30f (diff)
downloadlilv-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--README2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index db9c01d..476bffa 100644
--- a/README
+++ b/README
@@ -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"