diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ -suil (0.6.7) unstable; +suil (0.6.8) stable; * Fix crash in x11_in_gtk2 when event_filter fires before widget is realized * Use libgtk-x11-2.0.so.0 (with .0 suffix) by default which is available on systems without the dev package * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory) - -- David Robillard <d@drobilla.net> Sat, 22 Dec 2012 20:14:08 -0500 + -- David Robillard <d@drobilla.net> Sat, 22 Dec 2012 21:11:23 -0500 suil (0.6.6) 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.6.7' +SUIL_VERSION = '0.6.8' SUIL_MAJOR_VERSION = '0' # Mandatory waf variables |