summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-18 01:04:55 +0000
committerDavid Robillard <d@drobilla.net>2012-04-18 01:04:55 +0000
commit6ab16981170a0ae09631a8fe2dc40bf6c0271a9a (patch)
treef39767ef22b6dd00b5f844d3ce2c85bebf209c4c
parent8f58cae74b8416ea4e3d3977901b8a0be6a94044 (diff)
downloadsuil-6ab16981170a0ae09631a8fe2dc40bf6c0271a9a.tar.gz
suil-6ab16981170a0ae09631a8fe2dc40bf6c0271a9a.tar.bz2
suil-6ab16981170a0ae09631a8fe2dc40bf6c0271a9a.zip
Bump version, update ChangeLog.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4193 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--ChangeLog12
-rw-r--r--wscript2
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 <d@drobilla.net> (UNRELEASED)
+ -- David Robillard <d@drobilla.net> 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 <d@drobilla.net> Sat, 11 Jun 2011 11:20:11 -0400
+ -- David Robillard <d@drobilla.net> 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 <d@drobilla.net> 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)