summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2008-11-11 16:39:44 +0100
committerBenjamin Otte <otte@gnome.org>2008-11-11 16:39:44 +0100
commit5bbea2888fc074f13677e94c5be63f5a2aa9c69b (patch)
treede5cc8f6c0e9fcfafab5396f288688bab74807a7
parent4b33aa874ffec1f2cfe6b14b593d4ef4baaf817f (diff)
release 0.9.20.9.2
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index eaf7d36..6e87188 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.9.1)
+AC_INIT(swfdec-mozilla,0.9.2)
[SWFDEC_DEVEL=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9][0-9]*\.[0-9]*[13579]/yes/')]
@@ -49,7 +49,7 @@ AC_ARG_WITH(pkg-config-path,
dnl Check for essential libraries first:
dnl ====================================
-SWFDEC_REQUIRES=0.9.1
+SWFDEC_REQUIRES=0.9.2
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])