diff options
author | David Robillard <d@drobilla.net> | 2022-05-26 19:23:35 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-26 19:23:35 -0400 |
commit | d613187161b5cb432a8b288b42241b1916c62f4f (patch) | |
tree | 10e2a03ba4e104df1545fc9574173be7c580c209 /src | |
parent | 31251d4fca8162ebb4b665aa42d5a4eec1d63eb6 (diff) | |
download | sord-d613187161b5cb432a8b288b42241b1916c62f4f.tar.gz sord-d613187161b5cb432a8b288b42241b1916c62f4f.tar.bz2 sord-d613187161b5cb432a8b288b42241b1916c62f4f.zip |
Sord 0.16.10v0.16.10
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 e534a1d..caf61f0 100644 --- a/src/sord_config.h +++ b/src/sord_config.h @@ -29,7 +29,7 @@ #define SORD_CONFIG_H // Define version unconditionally so a warning will catch a mismatch -#define SORD_VERSION "0.16.9" +#define SORD_VERSION "0.16.10" #if !defined(SORD_NO_DEFAULT_CONFIG) |