From: Paul Brossier Date: Thu, 5 Nov 2009 15:03:37 +0000 (+0100) Subject: aubio_setup.c: use PACKAGE_VERSION X-Git-Tag: 0.3~24 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=02da85829601f6c4406c75fb0badf3cfcbdbcea0;p=pd-aubio.git aubio_setup.c: use PACKAGE_VERSION --- 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;