diff options
author | David Robillard <d@drobilla.net> | 2021-01-20 17:01:20 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-20 17:01:20 +0100 |
commit | 4a731906879cd11f51c08764552c04375844f0ba (patch) | |
tree | fa55624cf1b5d887310a68c684ea51b32d4b9181 | |
parent | c4c4ec510dbeff61982e4aee7d1b379539319cd9 (diff) | |
download | serd-4a731906879cd11f51c08764552c04375844f0ba.tar.gz serd-4a731906879cd11f51c08764552c04375844f0ba.tar.bz2 serd-4a731906879cd11f51c08764552c04375844f0ba.zip |
Serd 0.30.10v0.30.10
-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 |