summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-10-27 22:46:12 +0000
committerLennart Poettering <lennart@poettering.net>2004-10-27 22:46:12 +0000
commit9fce3a1d4d6f1bf27dc4c66e7033564f7d15f69e (patch)
tree968f9ce049645feec8248cf34e53462d35363181 /configure.ac
parenteb97ee97f8962f31d549a16ec57a349168861ba7 (diff)
prepare next release
git-svn-id: file:///home/lennart/svn/public/xmms-pulse/trunk@30 ef929aba-56e2-0310-84e0-b7573d389508
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fa8a52c..06f8947 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
AC_PREREQ(2.57)
-AC_INIT([xmms-polyp],[0.3],[mzkzzfcbylc (at) 0pointer (dot) de])
+AC_INIT([xmms-polyp],[0.4],[mzkzzfcbylc (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/plugin.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall])
@@ -50,7 +50,7 @@ if test -d ../polypaudio ; then
POLYP_LIBS='-L$(top_srcdir)/../polypaudio/polyp -lpolyp-0.6 -lpolyp-mainloop-0.6 -lpolyp-error-0.6'
echo "*** Found polypaudio in ../polypaudio, using that version ***"
else
- PKG_CHECK_MODULES(POLYP, [ polyplib >= 0.5 ])
+ PKG_CHECK_MODULES(POLYP, [ polyplib >= 0.6 ])
fi
AC_SUBST(POLYP_LIBS)