diff options
author | Benjamin Otte <otte@gnome.org> | 2007-10-12 18:14:02 +0200 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2007-10-12 18:14:02 +0200 |
commit | 5b89dfad995ad41dbf9b7084a8833833c95386a0 (patch) | |
tree | 59f86a4602a9b18edcb0793aae24c67ef94d860f | |
parent | 5eff2ee5137e1e53fd5217291755465654587b9b (diff) |
release 0.5.30.5.3
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -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]) |