aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-20 17:01:20 +0100
committerDavid Robillard <d@drobilla.net>2021-01-20 17:01:20 +0100
commit4a731906879cd11f51c08764552c04375844f0ba (patch)
treefa55624cf1b5d887310a68c684ea51b32d4b9181
parentc4c4ec510dbeff61982e4aee7d1b379539319cd9 (diff)
downloadserd-4a731906879cd11f51c08764552c04375844f0ba.tar.gz
serd-4a731906879cd11f51c08764552c04375844f0ba.tar.bz2
serd-4a731906879cd11f51c08764552c04375844f0ba.zip
Serd 0.30.10v0.30.10
-rw-r--r--NEWS4
-rw-r--r--src/serd_config.h2
-rw-r--r--wscript2
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e65be40c..7e40cd29 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
diff --git a/wscript b/wscript
index d6b0677b..034bd85e 100644
--- a/wscript
+++ b/wscript
@@ -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