summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2008-07-30 13:19:00 +0200
committerBenjamin Otte <otte@gnome.org>2008-07-30 13:19:00 +0200
commit09ccda78fd40547c99d0a59f8ab92d8c186801d3 (patch)
tree3cefe10372f4132e34f4c290c388675c3da77b23
parenta2c5bbe2c33f849a42c7fd94e07f0279b2c24afe (diff)
release 0.7.40.7.4
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a9f721a..a7f4f3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.7.3)
+AC_INIT(swfdec-mozilla,0.7.4)
[is_dev=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9][0-9]*\.[0-9]*[13579]/1/')]
if test x"$is_dev" = x1 ; then
@@ -56,7 +56,7 @@ AC_ARG_WITH(pkg-config-path,
dnl Check for essential libraries first:
dnl ====================================
-SWFDEC_REQUIRES=0.7.3
+SWFDEC_REQUIRES=0.7.4
PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
if test "$HAVE_SWFDEC" = "no"; then
AC_MSG_ERROR([cannot find swfdec-$SWFDEC_MAJORMINOR $SWFDEC_REQUIRES, which is required for build])