From cc1fa26709bb532db6c97922fc79927079427f1f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Feb 2013 04:49:22 +0000 Subject: Suil 0.6.12. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5070 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a42616d..0787541 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/wscript b/wscript index 00313e2..72e1488 100644 --- a/wscript +++ b/wscript @@ -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 -- cgit v1.2.1