diff options
author | David Robillard <d@drobilla.net> | 2022-09-08 23:08:05 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-08 23:08:05 -0400 |
commit | 9033613014e7e286147fc35fc3f2020c4c8b150c (patch) | |
tree | 3cec5ebf244f532e3a8a80e70f1c53967bf3b0ae /src | |
parent | c1dbc93568b9280e91c9b920d09d8648e0eda44e (diff) | |
download | sord-9033613014e7e286147fc35fc3f2020c4c8b150c.tar.gz sord-9033613014e7e286147fc35fc3f2020c4c8b150c.tar.bz2 sord-9033613014e7e286147fc35fc3f2020c4c8b150c.zip |
Sord 0.16.14v0.16.14
Diffstat (limited to 'src')
-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 d38730d..eb916bf 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.13" +#define SORD_VERSION "0.16.14" #if !defined(SORD_NO_DEFAULT_CONFIG) |