From 443eae4fe89e53d9b4bb162f5436320385e80553 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 25 May 2012 18:32:09 +0000 Subject: Suil 0.6.2. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4461 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 6 +++--- wscript | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 69d9dd3..c8d0145 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,12 @@ -suil (9999) stable; +suil (0.6.2) stable; * Fix crashes when wrapper widget is destroyed by toolkit before suil cleanup function is called * Link Gtk wrappers with 'nodelete' to avoid Glib type errors - * Allow run-time configuation of module directory via environment variable + * Allow run-time configuration of module directory via environment variable SUIL_MODULE_DIR - -- David Robillard + -- David Robillard Thu, 24 May 2012 23:18:18 -0400 suil (0.6.0) stable; diff --git a/wscript b/wscript index f27fa40..6301aeb 100644 --- a/wscript +++ b/wscript @@ -7,7 +7,7 @@ from waflib.extras import autowaf as autowaf import waflib.Logs as Logs, waflib.Options as Options # Version of this package (even if built as a child) -SUIL_VERSION = '0.6.1' +SUIL_VERSION = '0.6.2' SUIL_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) -- cgit v1.2.1