summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--wscript2
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