From: Paul Brossier Date: Thu, 19 Dec 2013 22:58:10 +0000 (-0500) Subject: aubio*~.c: use PACKAGE_VERSION from VERSION file X-Git-Tag: 0.3~7 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=cefa20f01de045dadbbcaec3f42927983d137d30;p=pd-aubio.git aubio*~.c: use PACKAGE_VERSION from VERSION file --- diff --git a/aubioonset~.c b/aubioonset~.c index 845a23f..5d6bac4 100644 --- a/aubioonset~.c +++ b/aubioonset~.c @@ -10,7 +10,7 @@ #include #include -char aubioonset_version[] = "aubioonset~ version 0.3"; +char aubioonset_version[] = "aubioonset~ version " PACKAGE_VERSION; static t_class *aubioonset_tilde_class; diff --git a/aubiopitch~.c b/aubiopitch~.c index 0b3ce9a..3155029 100644 --- a/aubiopitch~.c +++ b/aubiopitch~.c @@ -11,7 +11,7 @@ #include #include -char aubiopitch_version[] = "aubiopitch~ version 0.1"; +char aubiopitch_version[] = "aubiopitch~ version " PACKAGE_VERSION; static t_class *aubiopitch_tilde_class; diff --git a/aubioquiet~.c b/aubioquiet~.c index 0052a21..56f465e 100644 --- a/aubioquiet~.c +++ b/aubioquiet~.c @@ -10,7 +10,7 @@ #include #include -char aubioquiet_version[] = "aubioquiet~ version 0.1"; +char aubioquiet_version[] = "aubioquiet~ version " PACKAGE_VERSION; static t_class *aubioquiet_tilde_class; diff --git a/aubiotempo~.c b/aubiotempo~.c index c62b71b..aabb565 100644 --- a/aubiotempo~.c +++ b/aubiotempo~.c @@ -10,7 +10,7 @@ #include #include -char aubiotempo_version[] = "aubiotempo~ version 0.2"; +char aubiotempo_version[] = "aubiotempo~ version " PACKAGE_VERSION; static t_class *aubiotempo_tilde_class; diff --git a/aubiotss~.c b/aubiotss~.c index 1e12fda..36483ab 100644 --- a/aubiotss~.c +++ b/aubiotss~.c @@ -11,7 +11,7 @@ #define AUBIO_UNSTABLE 1 #include -char aubiotss_version[] = "aubiotss~ version 0.1"; +char aubiotss_version[] = "aubiotss~ version " PACKAGE_VERSION; static t_class *aubiotss_tilde_class; diff --git a/aubiozcr~.c b/aubiozcr~.c index 7e4d5b6..6a103d3 100644 --- a/aubiozcr~.c +++ b/aubiozcr~.c @@ -11,7 +11,7 @@ #include #include -char aubiozcr_version[] = "aubiozcr~ version 0.1"; +char aubiozcr_version[] = "aubiozcr~ version " PACKAGE_VERSION; static t_class *aubiozcr_tilde_class;