summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--wscript3
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a8ab85c..ebce3c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+slv2 (0.6.6) unstable; urgency=low
+
+ * Add manual pages for utilities
+ * Reduce plugin load overhead (on-demand querying with finer granularity)
+ * Fix compilation on Mac OS X
+
+ -- Dave Robillard <dave@drobilla.net> Mon, 25 May 2009 23:30:49 -0400
+
slv2 (0.6.4) unstable; urgency=low
* Add generic query interface to allow arbitrary querying of data
diff --git a/wscript b/wscript
index a2c276a..b33166c 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import autowaf
import Options
# Version of this package (even if built as a child)
-SLV2_VERSION = '0.6.4'
+SLV2_VERSION = '0.6.6'
# Library version (UNIX style major, minor, micro)
# major increment <=> incompatible changes
@@ -27,6 +27,7 @@ SLV2_VERSION = '0.6.4'
# 0.6.1 = 9,1,0
# 0.6.2 = 9,1,1
# 0.6.4 = 9,2,0
+# 0.6.6 = 9,2,0
SLV2_LIB_VERSION = '9.2.0'
# Variables for 'waf dist'