summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-12-23 02:13:38 +0000
committerDavid Robillard <d@drobilla.net>2012-12-23 02:13:38 +0000
commitf56bacfc6ebc8c678d36c5f06d2c953d38b101ff (patch)
treea42a37df8e135e2df5ca61257c70390e6af51503
parentfda5033508fbd340aaea20b4ac76e36ab7d87b29 (diff)
downloadsuil-0.6.8.tar.gz
suil-0.6.8.tar.bz2
suil-0.6.8.zip
Suil 0.6.8v0.6.8
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4892 a436a847-0d15-0410-975c-d299462d15a1
-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