diff options
author | David Robillard <d@drobilla.net> | 2023-04-30 18:24:40 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-30 18:24:40 -0400 |
commit | 99a19fbc8e2604dc0b048c17b554d0c395810569 (patch) | |
tree | d075a961f3e87f277d301c5c9c06616499973b52 /src/serd_config.h | |
parent | 956f9fe7b051dc1c96433b2204f61e74c2366015 (diff) | |
download | serd-99a19fbc8e2604dc0b048c17b554d0c395810569.tar.gz serd-99a19fbc8e2604dc0b048c17b554d0c395810569.tar.bz2 serd-99a19fbc8e2604dc0b048c17b554d0c395810569.zip |
Add long "help" and "version" options to serdi
Although serdi still "officially" has a BSD-style interface, meson uses
--version to find the version of executables. So, support that, and also add
--help, since users will often try that for unknown commands.
Diffstat (limited to 'src/serd_config.h')
-rw-r--r-- | src/serd_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serd_config.h b/src/serd_config.h index 8dbfe28b..65c294c3 100644 --- a/src/serd_config.h +++ b/src/serd_config.h @@ -36,7 +36,7 @@ #define SERD_SRC_SERD_CONFIG_H // Define version unconditionally so a warning will catch a mismatch -#define SERD_VERSION "0.31.3" +#define SERD_VERSION "0.31.5" #if !defined(SERD_NO_DEFAULT_CONFIG) |