diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | src/serd_config.h | 2 | ||||
-rw-r--r-- | wscript | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,11 +1,11 @@ -serd (0.30.9) unstable; +serd (0.30.10) stable; * Add fallback configuration if documentation theme is unavailable * Fix SERD_DISABLE_DEPRECATED * Fix building for older MacOS versions on newer MacOS * Fix documentation installation directory - -- David Robillard <d@drobilla.net> Sun, 17 Jan 2021 10:09:13 +0000 + -- David Robillard <d@drobilla.net> Wed, 20 Jan 2021 15:55:35 +0000 serd (0.30.8) stable; diff --git a/src/serd_config.h b/src/serd_config.h index 2566f4be..349d7124 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.9" +#define SERD_VERSION "0.30.10" #if !defined(SERD_NO_DEFAULT_CONFIG) @@ -11,7 +11,7 @@ from waflib.extras import autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SERD_VERSION = '0.30.9' +SERD_VERSION = '0.30.10' SERD_MAJOR_VERSION = '0' # Mandatory waf variables |