summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-23 04:49:22 +0000
committerDavid Robillard <d@drobilla.net>2013-02-23 04:49:22 +0000
commitcc1fa26709bb532db6c97922fc79927079427f1f (patch)
treee98d9a93e7dbdda49fe78e63fefa056c1a135778
parentc7665ee873379b4d311a7b68fd12fc17eb2fc337 (diff)
downloadsuil-cc1fa26709bb532db6c97922fc79927079427f1f.tar.gz
suil-cc1fa26709bb532db6c97922fc79927079427f1f.tar.bz2
suil-cc1fa26709bb532db6c97922fc79927079427f1f.zip
Suil 0.6.12.v0.6.12
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@5070 a436a847-0d15-0410-975c-d299462d15a1
-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