aubio*~.c: use PACKAGE_VERSION from VERSION file
[pd-aubio.git] / aubiopitch~.c
index 0b3ce9a..3155029 100644 (file)
@@ -11,7 +11,7 @@
 #include <aubio/aubio.h>
 #include <string.h>
 
-char aubiopitch_version[] = "aubiopitch~ version 0.1";
+char aubiopitch_version[] = "aubiopitch~ version " PACKAGE_VERSION;
 
 static t_class *aubiopitch_tilde_class;