From: Paul Brossier Date: Thu, 5 Nov 2009 15:03:11 +0000 (+0100) Subject: configure.ac: update version to match current one X-Git-Tag: 0.3~25 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=b9a600602c0bbdc941da1578c84f9075b1cd676c;p=pd-aubio.git configure.ac: update version to match current one --- diff --git a/configure.ac b/configure.ac index 80888b0..9223750 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script dnl Init autoconf -AC_INIT([pd-aubio], [0.0.1]) +AC_INIT([pd-aubio], [0.2]) AC_CONFIG_SRCDIR([aubio_setup.c]) dnl Init automake