diff options
author | David Robillard <d@drobilla.net> | 2019-06-06 21:24:03 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-06-06 22:31:38 +0200 |
commit | 396c2c2a905037b7c598f5c409a8cc63a0a77bf7 (patch) | |
tree | 0c688de601072d78533759edf8ff9f4dc2001676 | |
parent | c082bf12b4620b102185ae4cbaac27f84817f071 (diff) | |
download | suil-396c2c2a905037b7c598f5c409a8cc63a0a77bf7.tar.gz suil-396c2c2a905037b7c598f5c409a8cc63a0a77bf7.tar.bz2 suil-396c2c2a905037b7c598f5c409a8cc63a0a77bf7.zip |
Suil 0.10.4v0.10.4
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -suil (0.10.3) unstable; +suil (0.10.4) stable; * Add support for min/base size hints for X11 in Gtk (thanks Hermann Meyer) * Add support for Qt5 in Gtk3 @@ -7,7 +7,7 @@ from waflib import TaskGen from waflib.extras import autowaf # Semver package/library version -SUIL_VERSION = '0.10.3' +SUIL_VERSION = '0.10.4' SUIL_MAJOR_VERSION = SUIL_VERSION[0:SUIL_VERSION.find('.')] # Mandatory waf variables |