summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2007-07-13 21:57:39 +0200
committerBenjamin Otte <otte@gnome.org>2007-07-13 21:57:39 +0200
commit4366c3a00bb7f60f0af7ed74fe933ff163085020 (patch)
tree5d38a8c6101ae4df6977186a2784ce5cf76925ea /configure.ac
parent411988b1ef2c32ef23c89f0d357dba87513d7647 (diff)
release 0.5.00.5.0
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 ed471bf..33d7b87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.4.99.1)
+AC_INIT(swfdec-mozilla,0.5.0)
[nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')]
if test x"$nano" = x1 ; then
@@ -57,7 +57,7 @@ AC_ARG_WITH(pkg-config-path,
dnl Check for essential libraries first:
dnl ====================================
-SWFDEC_REQUIRES=0.4.99.1
+SWFDEC_REQUIRES=0.5.0
PKG_CHECK_MODULES(SWFDEC, 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])