From 0ed324754b1db561c8f05072ff9300f0be5e1a3a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Jan 2021 02:11:00 +0100 Subject: Fix SERD_DISABLE_DEPRECATED --- 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 3e21e66f..eaf2c210 100644 --- a/src/serd_config.h +++ b/src/serd_config.h @@ -29,7 +29,7 @@ #define SERD_CONFIG_H // Define version unconditionally so a warning will catch a mismatch -#define SERD_VERSION "0.30.8" +#define SERD_VERSION "0.30.9" #if !defined(SERD_NO_DEFAULT_CONFIG) -- cgit v1.2.1