diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | src/patchage_config.h | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ -patchage (1.0.7) unstable; urgency=medium +patchage (1.0.8) stable; urgency=medium * Switch to C++17 and modernize code * Switch to meson build system - -- David Robillard <d@drobilla.net> Tue, 19 Jul 2022 17:38:10 +0000 + -- David Robillard <d@drobilla.net> Sat, 13 Aug 2022 22:15:26 +0000 patchage (1.0.6) stable; urgency=medium diff --git a/meson.build b/meson.build index 862bc09..6b2c6df 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ # SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later project('patchage', ['c', 'cpp'], - version: '1.0.7', + version: '1.0.8', license: 'GPLv3+', meson_version: '>= 0.56.0', default_options: [ diff --git a/src/patchage_config.h b/src/patchage_config.h index 5cc311e..e0d0ff0 100644 --- a/src/patchage_config.h +++ b/src/patchage_config.h @@ -27,7 +27,7 @@ #define PATCHAGE_CONFIG_H // Define version unconditionally so a warning will catch a mismatch -#define PATCHAGE_VERSION "1.0.7" +#define PATCHAGE_VERSION "1.0.8" #if !defined(PATCHAGE_NO_DEFAULT_CONFIG) |