diff options
author | David Robillard <d@drobilla.net> | 2022-07-17 17:33:38 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-18 20:10:45 -0400 |
commit | ddbc1d6e953a016777f093953f9b21aeb563001e (patch) | |
tree | c85c7cdafa05bd1485a37ff7918c16e404325dac /src | |
parent | e2731cf7008b2f1f9e1f44283b07c3fe0296bbee (diff) | |
download | sord-ddbc1d6e953a016777f093953f9b21aeb563001e.tar.gz sord-ddbc1d6e953a016777f093953f9b21aeb563001e.tar.bz2 sord-ddbc1d6e953a016777f093953f9b21aeb563001e.zip |
Sord 0.16.12v0.16.12
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 59311ff..e349bf9 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.11" +#define SORD_VERSION "0.16.12" #if !defined(SORD_NO_DEFAULT_CONFIG) |