summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-11-21 18:49:07 +0000
committerLennart Poettering <lennart@poettering.net>2004-11-21 18:49:07 +0000
commit3c24811074c83e2a2e1c568c74fdfdff03291ffa (patch)
tree0b2d38d2a2dd87776a654e701ba380964d40a02c
parent8c33f6888b172cccecdb6e8adf6776d605ed79d3 (diff)
bump version numbers
git-svn-id: file:///home/lennart/svn/public/pavumeter/trunk@22 c62a5a7b-6fe3-0310-9d5a-afe6de46906b
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e903767..52aac8b 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([pavumeter],[0.3],[mzihzrgre (at) 0pointer (dot) de])
+AC_INIT([pavumeter],[0.4],[mzihzrgre (at) 0pointer (dot) de])
AC_CONFIG_SRCDIR([src/vumeter.cc])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign -Wall])
@@ -45,10 +45,10 @@ AC_SUBST(GUILIBS_LIBS)
if test -d ../polypaudio ; then
POLYP_CFLAGS='-I$(top_srcdir)/../polypaudio'
- POLYP_LIBS='-L$(top_srcdir)/../polypaudio/polyp/.libs -lpolyp-0.6 -lpolyp-mainloop-0.6 -lpolyp-mainloop-glib-0.6 -lpolyp-error-0.6'
+ POLYP_LIBS='-L$(top_srcdir)/../polypaudio/polyp/.libs -lpolyp-0.7 -lpolyp-mainloop-0.7 -lpolyp-mainloop-glib-0.7 -lpolyp-error-0.7'
echo "*** Found polypaudio in ../polypaudio, using that version ***"
else
- PKG_CHECK_MODULES(POLYP, [ polyplib >= 0.6 polyplib-glib-mainloop >= 0.6 ])
+ PKG_CHECK_MODULES(POLYP, [ polyplib >= 0.7 polyplib-glib-mainloop >= 0.7 ])
fi
AC_SUBST(POLYP_LIBS)