From 02da85829601f6c4406c75fb0badf3cfcbdbcea0 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 5 Nov 2009 16:03:37 +0100 Subject: [PATCH] aubio_setup.c: use PACKAGE_VERSION --- aubio_setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aubio_setup.c b/aubio_setup.c index 31c1a2b..99930d4 100644 --- a/aubio_setup.c +++ b/aubio_setup.c @@ -1,7 +1,7 @@ #include -char aubio_version[] = "aubio external for pd, version 0.2"; +char aubio_version[] = "aubio external for pd, version " PACKAGE_VERSION; static t_class *aubio_class; -- 2.11.0