As we have it shipped with wpan-tools now we do not have a reason to go for a different version scheme. Signed-off-by: Stefan Schmidt <stefan@xxxxxxxxxxxxxxx> --- wpan-ping/wpan-ping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpan-ping/wpan-ping.c b/wpan-ping/wpan-ping.c index 6607474..d514fe3 100644 --- a/wpan-ping/wpan-ping.c +++ b/wpan-ping/wpan-ping.c @@ -474,7 +474,7 @@ int main(int argc, char *argv[]) { conf->interface = optarg; break; case 'v': - fprintf(stdout, "wpan-ping 0.1\n"); + fprintf(stdout, "wpan-ping " PACKAGE_VERSION "\n"); return 1; case 'h': usage(argv[0]); -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html