diff options
author | David Robillard <d@drobilla.net> | 2022-10-05 15:43:59 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-10-05 15:45:04 -0400 |
commit | d877d78c98d90fbf57136bb73919524e618fd859 (patch) | |
tree | 4d95858a521d16fb4c678b53d840035c5b22dc4c /src/sord_config.h | |
parent | 9033613014e7e286147fc35fc3f2020c4c8b150c (diff) | |
download | sord-d877d78c98d90fbf57136bb73919524e618fd859.tar.gz sord-d877d78c98d90fbf57136bb73919524e618fd859.tar.bz2 sord-d877d78c98d90fbf57136bb73919524e618fd859.zip |
Fix dependencies in pkg-config file
Diffstat (limited to 'src/sord_config.h')
-rw-r--r-- | src/sord_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sord_config.h b/src/sord_config.h index eb916bf..7853b4a 100644 --- a/src/sord_config.h +++ b/src/sord_config.h @@ -16,7 +16,7 @@ #define SORD_CONFIG_H // Define version unconditionally so a warning will catch a mismatch -#define SORD_VERSION "0.16.14" +#define SORD_VERSION "0.16.15" #if !defined(SORD_NO_DEFAULT_CONFIG) |