diff options
author | David Robillard <d@drobilla.net> | 2014-01-04 22:18:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-01-04 22:18:55 +0000 |
commit | 7c92d5922dfa1423fc12fe331c32426ee7be185e (patch) | |
tree | 127b61cafdf87748a52d854fe7cedaab22379f7b | |
parent | 317278a0d0317bacde44aa887e6309b4c679ac79 (diff) | |
download | suil-7c92d5922dfa1423fc12fe331c32426ee7be185e.tar.gz suil-7c92d5922dfa1423fc12fe331c32426ee7be185e.tar.bz2 suil-7c92d5922dfa1423fc12fe331c32426ee7be185e.zip |
Suil 0.8.0v0.8.0
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5265 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ -suil 0.7.0 unstable; +suil 0.8.0 stable; * Add suil_instance_get_handle (patch from Rui Nuno Capela) * Fix compilation errors on some systems * Upgrade to waf 1.7.14 - -- David Robillard <d@drobilla.net> Wed, 25 Dec 2013 00:57:05 -0500 + -- David Robillard <d@drobilla.net> Sat, 04 Jan 2014 16:06:56 -0500 suil (0.6.16) stable; @@ -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.7.0' +SUIL_VERSION = '0.8.0' SUIL_MAJOR_VERSION = '0' # Mandatory waf variables |