aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lv2/atom/util.h1
-rw-r--r--wscript2
2 files changed, 2 insertions, 1 deletions
diff --git a/lv2/atom/util.h b/lv2/atom/util.h
index de93269..051a3cb 100644
--- a/lv2/atom/util.h
+++ b/lv2/atom/util.h
@@ -297,6 +297,7 @@ typedef struct {
const LV2_Atom** value; /**< Found value (output set by query function) */
} LV2_Atom_Object_Query;
+/** Sentinel for lv2_atom_object_query(). */
static const LV2_Atom_Object_Query LV2_ATOM_OBJECT_QUERY_END = { 0, NULL };
/**
diff --git a/wscript b/wscript
index de0f808..ff5a4a7 100644
--- a/wscript
+++ b/wscript
@@ -8,7 +8,7 @@ from waflib.extras import autowaf as autowaf
# Mandatory waf variables
APPNAME = 'lv2' # Package name for waf dist
-VERSION = '1.16.0' # Package version for waf dist
+VERSION = '1.16.1' # Package version for waf dist
top = '.' # Source directory
out = 'build' # Build directory