summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2007-12-17 21:47:13 +0100
committerBenjamin Otte <otte@gnome.org>2007-12-17 21:47:13 +0100
commit0fa448732616c019383abb5fa8f291f8f0879df5 (patch)
treec040d89daa8a95b852cafce7002bca146ba49b0e
parent9463698500814477ddb82eb3212cf21c23129050 (diff)
new Swfdec release
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9b47da2..40dd30d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec-directfb,0.5.4.1)
+AC_INIT(swfdec-directfb,0.5.5.1)
[nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
if test x"$nano" = x1 ; then
@@ -52,7 +52,7 @@ AC_ARG_WITH(pkg-config-path,
dnl Check for essential libraries first:
dnl ====================================
-SWFDEC_REQUIRES=0.5.4.1
+SWFDEC_REQUIRES=0.5.5.1
AC_SUBST(SWFDEC_REQUIRES)
PKG_CHECK_MODULES(SWFDEC, swfdec-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
if test "$HAVE_SWFDEC" = "no"; then