diff options
author | David Robillard <d@drobilla.net> | 2022-09-09 20:46:08 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-09 20:46:08 -0400 |
commit | f2fb236a8bc0c48e41856b29406e703be0271fa5 (patch) | |
tree | 7d50ce1d5b1ae24ef7ffaaf76d210676cbb826d5 | |
parent | 69316dd26ab867edac7a325b880668ff224ca168 (diff) | |
download | jalv-f2fb236a8bc0c48e41856b29406e703be0271fa5.tar.gz jalv-f2fb236a8bc0c48e41856b29406e703be0271fa5.tar.bz2 jalv-f2fb236a8bc0c48e41856b29406e703be0271fa5.zip |
Jalv 1.6.8
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | src/jalv_config.h | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -jalv (1.6.7) unstable; urgency=medium +jalv (1.6.8) stable; urgency=medium * Add Gtk plugin selector UI and desktop file * Add missing option in console help output @@ -23,7 +23,7 @@ jalv (1.6.7) unstable; urgency=medium * Support both rdfs:label and lv2:name for port group labels * Switch to meson build system - -- David Robillard <d@drobilla.net> Wed, 24 Aug 2022 03:42:13 +0000 + -- David Robillard <d@drobilla.net> Sat, 10 Sep 2022 00:43:05 +0000 jalv (1.6.6) stable; urgency=medium diff --git a/meson.build b/meson.build index 88f8a9d..9ebc14f 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-License-Identifier: 0BSD OR ISC project('jalv', ['c', 'cpp'], - version: '1.6.7', + version: '1.6.8', license: 'ISC', meson_version: '>= 0.56.0', default_options: [ diff --git a/src/jalv_config.h b/src/jalv_config.h index 04bb7cc..0e57a18 100644 --- a/src/jalv_config.h +++ b/src/jalv_config.h @@ -27,7 +27,7 @@ #define JALV_CONFIG_H // Define version unconditionally so a warning will catch a mismatch -#define JALV_VERSION "1.6.7" +#define JALV_VERSION "1.6.8" #if !defined(JALV_NO_DEFAULT_CONFIG) |