diff options
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | src/patchage_config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index fa4186e..b49a56b 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.8', + version: '1.0.9', license: 'GPLv3+', meson_version: '>= 0.56.0', default_options: [ diff --git a/src/patchage_config.h b/src/patchage_config.h index 1797539..e5f56df 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.8" +#define PATCHAGE_VERSION "1.0.9" #if !defined(PATCHAGE_NO_DEFAULT_CONFIG) |