diff options
Diffstat (limited to 'utils/lv2_inspect.c')
-rw-r--r-- | utils/lv2_inspect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lv2_inspect.c b/utils/lv2_inspect.c index 035ac0c..901cf96 100644 --- a/utils/lv2_inspect.c +++ b/utils/lv2_inspect.c @@ -224,7 +224,7 @@ print_plugin(SLV2Plugin p) void print_version() { - printf("lv2_inspect (slv2) " PACKAGE_VERSION "\n"); + printf("lv2_inspect (slv2) " SLV2_VERSION "\n"); printf("Copyright (C) 2007 Dave Robillard <dave@drobilla.net>\n"); printf("License: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n"); printf("This is free software: you are free to change and redistribute it.\n"); |