summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-22 20:36:45 -0400
committerDavid Robillard <d@drobilla.net>2022-08-22 22:58:05 -0400
commit14d38a45b6acdc373569705c90d21a48eec7f457 (patch)
treec7d4a8c36cb7a1cef57bc328cf0b2b3825f46f54
parent3b7c3d8597334b7611d71db8e054b1fa454175eb (diff)
downloadpatchage-14d38a45b6acdc373569705c90d21a48eec7f457.tar.gz
patchage-14d38a45b6acdc373569705c90d21a48eec7f457.tar.bz2
patchage-14d38a45b6acdc373569705c90d21a48eec7f457.zip
Bump version number
-rw-r--r--meson.build2
-rw-r--r--src/patchage_config.h2
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)