diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ -suil (0.10.17) unstable; urgency=medium +suil (0.10.18) stable; urgency=medium * Add project metadata * Adopt REUSE machine-readable licensing standard * Fix MacOS build when Gtk3 and Qt5 are present without X11 * Fix opening wrapped UIs multiple times in Gtk - -- David Robillard <d@drobilla.net> Thu, 01 Sep 2022 18:22:32 +0000 + -- David Robillard <d@drobilla.net> Fri, 09 Sep 2022 17:29:12 +0000 suil (0.10.16) stable; urgency=medium diff --git a/meson.build b/meson.build index 8f3a77e..e6467c1 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-License-Identifier: 0BSD OR ISC project('suil', ['c', 'cpp'], - version: '0.10.17', + version: '0.10.18', license: 'ISC', meson_version: '>= 0.56.0', default_options: [ |