From 6ab16981170a0ae09631a8fe2dc40bf6c0271a9a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Apr 2012 01:04:55 +0000 Subject: Bump version, update ChangeLog. git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4193 a436a847-0d15-0410-975c-d299462d15a1 --- ChangeLog | 12 ++++++------ wscript | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f7c1b8..52c8dff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,24 +1,24 @@ -suil (UNRELEASED) unstable; urgency=low +suil (0.6.0) stable; * Use path variables in pkgconfig files * Add support for embedding X11 UIs (ui:X11UI) - -- David Robillard (UNRELEASED) + -- David Robillard Tue, 17 Apr 2012 18:46:03 -0400 -suil (0.4.4) unstable; urgency=low +suil (0.4.4) stable; * Fix embedding Gtk2 Qt4 UIs in Qt4 hosts that do not link to Gtk2 - -- David Robillard Sat, 11 Jun 2011 11:20:11 -0400 + -- David Robillard Sat, 11 Jun 2011 11:20:11 -0400 -suil (0.4.2) unstable; urgency=low +suil (0.4.2) stable; * Fix compilation issues on some systems * Fix build system Python 3 compatibility -- David Robillard Wed, 25 May 2011 19:00:00 -0400 -suil (0.4.0) unstable; urgency=low +suil (0.4.0) stable; * Initial release diff --git a/wscript b/wscript index 942e8b3..a5d27da 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.5.0' +SUIL_VERSION = '0.6.0' SUIL_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) -- cgit v1.2.1