summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2007-10-12 18:14:02 +0200
committerBenjamin Otte <otte@gnome.org>2007-10-12 18:14:02 +0200
commit5b89dfad995ad41dbf9b7084a8833833c95386a0 (patch)
tree59f86a4602a9b18edcb0793aae24c67ef94d860f
parent5eff2ee5137e1e53fd5217291755465654587b9b (diff)
release 0.5.30.5.3
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9976291..8bdc7cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
+ 0.5.3 ("I like Hello Kitty Island Adventure a lot more than this stuff")
+
+Another release of Swfdec, another release of the plugin.
+- update API to match libswfdec
+- new play icon
+
0.5.2 ("Something you can do with your finger")
With keyboard support in Swfdec, it shouldn't be missed from the Mozilla plugin.
diff --git a/configure.ac b/configure.ac
index 0ac8082..1d828f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.5.2.1)
+AC_INIT(swfdec-mozilla,0.5.3)
[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.5.2.1
+SWFDEC_REQUIRES=0.5.3
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])