diff options
-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" |