summaryrefslogtreecommitdiffstats
path: root/src/server
diff options
context:
space:
mode:
Diffstat (limited to 'src/server')
-rw-r--r--src/server/LV2Plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/LV2Plugin.cpp b/src/server/LV2Plugin.cpp
index 9450373f..f8a0ecd8 100644
--- a/src/server/LV2Plugin.cpp
+++ b/src/server/LV2Plugin.cpp
@@ -51,7 +51,7 @@ LV2Plugin::update_properties()
NULL);
LilvNode* micro = lilv_world_get(_world->lilv_world(),
lilv_plugin_get_uri(_lilv_plugin),
- _uris.lv2_minorVersion,
+ _uris.lv2_microVersion,
NULL);
if (lilv_node_is_int(minor) && lilv_node_is_int(micro)) {