summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--wscript2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a3856dc..88322d2 100644
--- a/NEWS
+++ b/NEWS
@@ -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;
diff --git a/wscript b/wscript
index 8d45682..47a2cd5 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.7'
+SUIL_VERSION = '0.6.8'
SUIL_MAJOR_VERSION = '0'
# Mandatory waf variables