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 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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 -- cgit v1.2.1