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 4a26a97..e47c5e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-suil (9999) unstable;
+suil (0.6.4) stable;
* Correctly handle resizing for Gtk2 in Qt4
* Improve documentation
- -- David Robillard <d@drobilla.net>
+ -- David Robillard <d@drobilla.net> Mon, 09 Jul 2012 15:11:06 -0400
suil (0.6.2) stable;
diff --git a/wscript b/wscript
index 305ac10..3cf2bb4 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.3'
+SUIL_VERSION = '0.6.4'
SUIL_MAJOR_VERSION = '0'
# Library version (UNIX style major, minor, micro)