summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--wscript2
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 <d@drobilla.net>
+ -- David Robillard <d@drobilla.net> 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)