diff options
author | David Robillard <d@drobilla.net> | 2011-06-11 22:06:42 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-06-11 22:06:42 +0000 |
commit | f806e565106e80c7fdf9fa720e7fae437c4b37d6 (patch) | |
tree | c42b71622b17277cb77fd40cbb2f69066a186b17 | |
parent | f5f6dc573149d961b6c5df81e391a30409b7c0a3 (diff) | |
download | suil-f806e565106e80c7fdf9fa720e7fae437c4b37d6.tar.gz suil-f806e565106e80c7fdf9fa720e7fae437c4b37d6.tar.bz2 suil-f806e565106e80c7fdf9fa720e7fae437c4b37d6.zip |
Suil 0.4.4v0.4.4
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@3390 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ -suil (UNRELEASED) unstable; urgency=low +suil (0.4.4) unstable; urgency=low * Fix embedding Gtk2 Qt4 UIs in Qt4 hosts that do not link to Gtk2 - -- David Robillard <d@drobilla.net> UNRELEASED + -- David Robillard <d@drobilla.net> Sat, 11 Jun 2011 11:20:11 -0400 suil (0.4.2) unstable; urgency=low @@ -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.4.3' +SUIL_VERSION = '0.4.4' SUIL_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) |