diff options
author | David Robillard <d@drobilla.net> | 2012-11-15 19:18:06 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-11-15 19:18:06 +0000 |
commit | 1a7d288545790cee2019b82bf7b93905e0dab508 (patch) | |
tree | fa6175038ca7ed2ef8fb9dcc170f45b311a9e121 | |
parent | f51a7871f8de5cac46b1538050ae0968f5714cb7 (diff) | |
download | suil-1a7d288545790cee2019b82bf7b93905e0dab508.tar.gz suil-1a7d288545790cee2019b82bf7b93905e0dab508.tar.bz2 suil-1a7d288545790cee2019b82bf7b93905e0dab508.zip |
Add credit for Devin Anderson.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4817 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | AUTHORS | 5 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1 +1,6 @@ David Robillard <d@drobilla.net> + +Contributors: + + * Devin Anderson <surfacepatterns@gmail.com> + * Fix reparenting of Gtk UIs in Qt @@ -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 |