aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-09 02:11:00 +0100
committerDavid Robillard <d@drobilla.net>2021-01-09 18:08:40 +0100
commit0ed324754b1db561c8f05072ff9300f0be5e1a3a (patch)
tree0c4641c2ca583d659d33ca8b94c7dfc04801ab29 /wscript
parent17834fd8280fb8a51e5a4ff97db9533d3d1b260c (diff)
downloadserd-0ed324754b1db561c8f05072ff9300f0be5e1a3a.tar.gz
serd-0ed324754b1db561c8f05072ff9300f0be5e1a3a.tar.bz2
serd-0ed324754b1db561c8f05072ff9300f0be5e1a3a.zip
Fix SERD_DISABLE_DEPRECATED
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 08c92ea8..a96eda3b 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.8'
+SERD_VERSION = '0.30.9'
SERD_MAJOR_VERSION = '0'
# Mandatory waf variables