diff options
author | David Robillard <d@drobilla.net> | 2022-09-09 21:03:50 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-09 21:03:50 -0400 |
commit | c5f453bfb3de0dd62676ebe8e06e73e24ab7d066 (patch) | |
tree | cff5bb62385880b41bf635fe63893526ce779673 /src | |
parent | f51ad87e28f7580f674569cd9a9345c50d50c935 (diff) | |
download | patchage-c5f453bfb3de0dd62676ebe8e06e73e24ab7d066.tar.gz patchage-c5f453bfb3de0dd62676ebe8e06e73e24ab7d066.tar.bz2 patchage-c5f453bfb3de0dd62676ebe8e06e73e24ab7d066.zip |
Patchage 1.0.10
Diffstat (limited to 'src')
-rw-r--r-- | src/patchage_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patchage_config.h b/src/patchage_config.h index 6c3ad90..037bde2 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.9" +#define PATCHAGE_VERSION "1.0.10" #if !defined(PATCHAGE_NO_DEFAULT_CONFIG) |