From bbbf37272e07b47f7b69c3eb93ce4b7c4531b7cc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 2 Oct 2008 23:37:38 +0000 Subject: 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 --- utils/lv2_inspect.c | 2 +- utils/lv2_list.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') 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 \n"); printf("License: GNU GPL version 2 or later \n"); printf("This is free software: you are free to change and redistribute it.\n"); diff --git a/utils/lv2_list.c b/utils/lv2_list.c index 1996a91..18aa911 100644 --- a/utils/lv2_list.c +++ b/utils/lv2_list.c @@ -35,7 +35,7 @@ list_plugins(SLV2Plugins list) void print_version() { - printf("lv2_list (slv2) " PACKAGE_VERSION "\n"); + printf("lv2_list (slv2) " SLV2_VERSION "\n"); printf("Copyright (C) 2007 Dave Robillard \n"); printf("License: GNU GPL version 2 or later \n"); printf("This is free software: you are free to change and redistribute it.\n"); -- cgit v1.2.1