summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS5
-rw-r--r--wscript2
2 files changed, 6 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 134f007..fb9e3bc 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,6 @@
David Robillard <d@drobilla.net>
+
+Contributors:
+
+ * Devin Anderson <surfacepatterns@gmail.com>
+ * Fix reparenting of Gtk UIs in Qt
diff --git a/wscript b/wscript
index 1dc9778..ae78a11 100644
--- a/wscript
+++ b/wscript
@@ -9,7 +9,7 @@ import waflib.extras.autowaf as autowaf
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-SUIL_VERSION = '0.6.6'
+SUIL_VERSION = '0.6.7'
SUIL_MAJOR_VERSION = '0'
# Mandatory waf variables