diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -suil (0.6.11) unstable; +suil (0.6.12) stable; * Fix key events for X11 in Gtk without using a troublesome event filter * Fix crash when a broken UI returns a NULL descriptor @@ -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.11' +SUIL_VERSION = '0.6.12' SUIL_MAJOR_VERSION = '0' # Mandatory waf variables |