diff options
author | David Robillard <d@drobilla.net> | 2019-11-10 22:37:17 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-11-10 22:37:17 +0100 |
commit | 0863b8dbb83924f619c08c432e0db147d9989a67 (patch) | |
tree | 55711e851c34e61ac4f771f3e95065823497585e | |
parent | a117e814b35352fa73695dbe3b698efebdcedbc9 (diff) | |
download | suil-0863b8dbb83924f619c08c432e0db147d9989a67.tar.gz suil-0863b8dbb83924f619c08c432e0db147d9989a67.tar.bz2 suil-0863b8dbb83924f619c08c432e0db147d9989a67.zip |
Suil 0.10.6v0.10.6
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +suil (0.10.6) stable; + + * Add no-cocoa configure flag + * Update build system + + -- David Robillard <d@drobilla.net> Sun, 10 Nov 2019 21:35:59 +0000 + suil (0.10.4) stable; * Add support for Qt5 in Gtk3 @@ -7,7 +7,7 @@ from waflib import TaskGen from waflib.extras import autowaf # Semver package/library version -SUIL_VERSION = '0.10.4' +SUIL_VERSION = '0.10.6' SUIL_MAJOR_VERSION = SUIL_VERSION[0:SUIL_VERSION.find('.')] # Mandatory waf variables |