summaryrefslogtreecommitdiffstats
path: root/utils/lv2_inspect.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-02 23:37:38 +0000
committerDavid Robillard <d@drobilla.net>2008-10-02 23:37:38 +0000
commitbbbf37272e07b47f7b69c3eb93ce4b7c4531b7cc (patch)
treeecbbec04ed40917faa1c7f8b30ce1d6b8bf2d1de /utils/lv2_inspect.c
parentb7e3d61cd27416e935d183da2be6a5ce8f84d311 (diff)
downloadlilv-bbbf37272e07b47f7b69c3eb93ce4b7c4531b7cc.tar.gz
lilv-bbbf37272e07b47f7b69c3eb93ce4b7c4531b7cc.tar.bz2
lilv-bbbf37272e07b47f7b69c3eb93ce4b7c4531b7cc.zip
Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts....
Use SLV2_VERSION instead of PACKAGE_VERSION in slv2 code to play nice with others. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1598 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'utils/lv2_inspect.c')
-rw-r--r--utils/lv2_inspect.c2
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");