aubio*~.c: use PACKAGE_VERSION from VERSION file
authorPaul Brossier <piem@piem.org>
Thu, 19 Dec 2013 22:58:10 +0000 (17:58 -0500)
committerPaul Brossier <piem@piem.org>
Thu, 19 Dec 2013 22:58:10 +0000 (17:58 -0500)
aubioonset~.c
aubiopitch~.c
aubioquiet~.c
aubiotempo~.c
aubiotss~.c
aubiozcr~.c

index 845a23f..5d6bac4 100644 (file)
@@ -10,7 +10,7 @@
 #include <m_pd.h>
 #include <aubio/aubio.h>
 
 #include <m_pd.h>
 #include <aubio/aubio.h>
 
-char aubioonset_version[] = "aubioonset~ version 0.3";
+char aubioonset_version[] = "aubioonset~ version " PACKAGE_VERSION;
 
 static t_class *aubioonset_tilde_class;
 
 
 static t_class *aubioonset_tilde_class;
 
index 0b3ce9a..3155029 100644 (file)
@@ -11,7 +11,7 @@
 #include <aubio/aubio.h>
 #include <string.h>
 
 #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;
 
 
 static t_class *aubiopitch_tilde_class;
 
index 0052a21..56f465e 100644 (file)
@@ -10,7 +10,7 @@
 #include <m_pd.h>
 #include <aubio/aubio.h>
 
 #include <m_pd.h>
 #include <aubio/aubio.h>
 
-char aubioquiet_version[] = "aubioquiet~ version 0.1";
+char aubioquiet_version[] = "aubioquiet~ version " PACKAGE_VERSION;
 
 static t_class *aubioquiet_tilde_class;
 
 
 static t_class *aubioquiet_tilde_class;
 
index c62b71b..aabb565 100644 (file)
@@ -10,7 +10,7 @@
 #include <m_pd.h>
 #include <aubio/aubio.h>
 
 #include <m_pd.h>
 #include <aubio/aubio.h>
 
-char aubiotempo_version[] = "aubiotempo~ version 0.2";
+char aubiotempo_version[] = "aubiotempo~ version " PACKAGE_VERSION;
 
 static t_class *aubiotempo_tilde_class;
 
 
 static t_class *aubiotempo_tilde_class;
 
index 1e12fda..36483ab 100644 (file)
@@ -11,7 +11,7 @@
 #define AUBIO_UNSTABLE 1
 #include <aubio/aubio.h>
 
 #define AUBIO_UNSTABLE 1
 #include <aubio/aubio.h>
 
-char aubiotss_version[] = "aubiotss~ version 0.1";
+char aubiotss_version[] = "aubiotss~ version " PACKAGE_VERSION;
 
 static t_class *aubiotss_tilde_class;
 
 
 static t_class *aubiotss_tilde_class;
 
index 7e4d5b6..6a103d3 100644 (file)
@@ -11,7 +11,7 @@
 #include <m_pd.h>
 #include <aubio/aubio.h>
 
 #include <m_pd.h>
 #include <aubio/aubio.h>
 
-char aubiozcr_version[] = "aubiozcr~ version 0.1";
+char aubiozcr_version[] = "aubiozcr~ version " PACKAGE_VERSION;
 
 static t_class *aubiozcr_tilde_class;
 
 
 static t_class *aubiozcr_tilde_class;