From 99a19fbc8e2604dc0b048c17b554d0c395810569 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Apr 2023 18:24:40 -0400 Subject: 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. --- src/serd_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/serd_config.h') 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) -- cgit v1.2.1